Hi guys,
I am exploring new features of James, and found that now SpamAssassin can be
connected as a fastfail handler. What if I need instead of rejecting a
message in protocol(if spamd found spam) during SMTP session I need to tag
headers or hold message in a quarantine, which setting should I use in those
two cases? If possible can you give config examples.
Here is how default config looks like in smtpserver.xml
<handler
class="org.apache.james.smtpserver.fastfail.SpamAssassinHandler">
<spamdHost> 127.0.0.1 </spamdHost>
<spamdPort> 783 </spamdPort>
<spamdRejectionHits> 10 </spamdRejectionHits>
</handler>
Thanks.