On 1/30/2016 9:51 PM, @lbutlr wrote: > When amavis tags a message for quarantine, what exactly does that mean? Where > does the message go? > > It appears to send the message to the LDA normally.
When a message is tagged, amavisd delivers the message normally but includes **SPAM** or similar in the Subject line, along with other headers added to indicate spam. Often the LDA will be configured to detect such mail and sort it into a spam folder. See the amavisd-new docs for details. > > Also, does amavis call spamd directly and if so should the spam lines still > appear in maillog or am I running amavis AND spamd? amavisd does not use spamd, it calls the perl modules directly. It is not necessary to run spamd on the server. See the amavisd-new docs for details. -- Noel Jones > > So, two stupid questions then. >