Dave, > I'm sorry for jumping in, but I have a question about this. Is it > possible to configure amavis to do *both*...i.e., send caught spam to > the local quarantine directory, as well as send a copy of it to a > configurable email address?
Possible. Do the quarantining as usual (e.g. to a file). Then, to receive spam to a dedicated address anyway, let spam be normally delivered ($final_spam_destiny=D_PASS), but to a modified address - address extensions are appended at tag2 level: $recipient_delimiter = '+'; $addr_extension_spam = 'spam'; This will rewrite recipient address [EMAIL PROTECTED] to [EMAIL PROTECTED] Using MTA configuration (aliases or virtual maps) you may redirect such mail wherever you like, e.g. to a dedicated mailbox. Alternatively, you may set up quarantining to a mailbox, and use MTA to deliver such mail to two locations using aliases, e.g. to a file and to some dedicated mail address. Mark ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ 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/
