Enrico, > is there a way to redirect the spam in a maildir folder instead of a > different mailbox like [EMAIL PROTECTED] ? So I have not to create a > different mailbox but just a single directory accessible via webmail or > imap....
Depends on your local delivery agent (LDA). With Cyrus the cleanest way is to let amavisd-new append address extensions: http://www.ijs.si/software/amavisd/amavisd-new-docs.html#addrext and let Cyrus store such mail into a subfolder if it exists (or into inbox if the subfolder 'spam' does not exist). This is also available with the Postfix local(8) when delivering to mbox files (use file '.forward+spam' to redirect), but is not available with maildir style mailboxes. With filters like sieve and procmail you can probably use either the address-extensions approach, or base decisions on inserted spam headers (controlled by tag2_level). Mark ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
