M wrote: > Hello,
> Sorry for the repost - this time I pre-pended the [AMaViS-user] to the > message header. > Currently our mail server / amavisd responds to the sender of an email when > that email has been quarantined as Spam. We would like to *not* send > notifications to the original sender and simply quarantine the email without > sending notification. > What setting in the amavisd.conf file would we need to adjust / add to make > this possible? > Any advice is welcome! > M Goodell If you have: $final_spam_destiny = D_BOUNCE; then that would generate a bounce notice to spam senders. If that is the case, then set it to: $final_spam_destiny = D_DISCARD; http://www.ijs.si/software/amavisd/amavisd-new-docs.html#actions http://www200.pair.com/mecham/spam/amavisd-settings.html Gary V ------------------------------------------------------------------------- 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/
