Tenyo,

> > Hi. I'm working on a custom Amavis/SA quarantine solution using MySQL,
> > and I was curious if there's a way to disable the SQL reporting while
> > still having spam get quarantined?

Control knob is not provided to turn off reporting and still use SQL
for quarantining, although both mechanisms are not tightly coupled,
so SQL quarantining would work even without SQL reporting (although
releasing from quarantine may be more difficult, lacking some information).

> It looks like amavisd follows these steps for SQL reporting/quarantining:
>...
> So my approach will be to try and delay all transactions until the final
> stage where I would only commit them if the message is getting
> quarantined. Do you guys see any problems with that?

I believe you can just comment out calls to 
save_info_preliminary and save_info_final to achieve what you want.

Note that SQL reporting is needed for pen pals so work,
which seems like a very useful feature - saved us from a
couple of false positives in the last couple of weeks.

  Mark

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to