
af at faino
Feb 23, 2009, 11:52 PM
Post #5 of 5
(670 views)
Permalink
|
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","opensuse-security-announce[at]opensuse.org","cert- > advisory[at]cert.org","@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: af[at]faino.org ] _______________________________________________ DBmail mailing list DBmail[at]dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail
|