Hi Max, the SpamassasinHandler only support rejecting messages. I don't see why you not just use a Mailet if you don't want to reject. Any reason ?
Thx, Norman 2010/4/19 Max Levinson <[email protected]>: > 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. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
