Michael Monnerie wrote:
On Sonntag 22 Februar 2009 Andrea Fino wrote:
I thank you for your suggestion. By the way, I never used sieve
functionality at all. Could you point to a sample of such a script?

require ["fileinto", "reject", "envelope", "vacation", "subaddress", "relational", "comparator-i;ascii-numeric", "regex"];

if anyof (header :contains "to" ["@domain1"],
        header :contains "list-id" ["<mail.list.id.info>"] ) {
        fileinto "Private/allgemein";
        stop;
}
if header :contains "list-id" ["this.list.id"] {
        fileinto "Projekte/uhuh";
        stop;
}

if anyof ( header :contains ["from","to","cc","bcc"] ["@suse.com","[email protected]","cert-
[email protected]","@us-cert.gov"],
        header :contains ["list-id"] ["gallery-
announce.lists.sourceforge.net","<twiki-
announce.lists.sourceforge.net>"] ) {
        fileinto "lists/security";
        stop;
}


mfg zmi
I thank you, also read some basic documentation. One information I missed to give probably is that my dbmail installation authenticate against an Active Directory (Microsoft Server).

May be that the reason of date set to the run of mailbox2dbmail?

Best regards,
Andrea Fino

--
Andrea Fino 8-) - "Sistemi su misura di qualita' industriale"
     "Handcrafted systems with industrial quality"
[Web: http://www.faino.org ]+[Email: [email protected] ]

_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to