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
-- 
// Michael Monnerie, Ing.BSc    -----      http://it-management.at
// Tel: 0660 / 415 65 31                      .network.your.ideas.
// PGP Key:         "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38  500E CE14 91F7 1C12 09B4
// Keyserver: wwwkeys.eu.pgp.net                  Key-ID: 1C1209B4

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

Reply via email to