Bug 17294 - Test für sieve
Test für sieve
Status: NEW
Product: UCS Test
Classification: Unclassified
Component: Mail
unspecified
Other Linux
: P5 enhancement (vote)
: ---
Assigned To: Mail maintainers
:
Depends on: 27635
Blocks:
  Show dependency treegraph
 
Reported: 2010-01-08 14:50 CET by Arvid Requate
Modified: 2016-10-21 18:42 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Requate univentionstaff 2010-01-08 14:50:14 CET
Ein Test für Sieve könnte wie folgt aussehen:

---
sieveshell -u bob@univention.qa -p univention -f test.sieve.shell localhost
string="SIEVETEST $(date)"; echo "$string" |mail bob@univention.qa -s TEST
grep -q "$string" /var/spool/mail/systemmail
---
root@qamaster:~# cat test.sieve.shell
put test.sieve
activate test.sieve
list
---
root@qamaster:~# cat test.sieve
redirect "root@univention.qa";
keep;
---
Comment 1 Arvid Requate univentionstaff 2010-01-08 14:53:43 CET
Der user muss dazu Groupwareuser sein.