I am assuming that since amavisd calls SA once per email (even with 
multiple recipients), that SA would be ignoring 'get_required_score' value.
since that is different, potentially on all recipients.

reason I ask, I am working on a new DCC.pm that supports more of the 
commercial DCC functions, and one of the features of a 'non SA' type DCC 
install.

  # and if SpamAssassin concluded that the message is spam
   my $permsgstatus = $options->{permsgstatus};
   return if $permsgstatus->get_score() < 
($permsgstatus->get_required_score()
                                           + $conf->{dcc_learn_score});


normally, DCC is run in a 'prequeue' filter, getting ip address and 
comparing checksums for all inbound email.  That way, if multiple people 
get the email, DCC can keep track of that 'bulk' email, its volume and 
be able to deliver those scores to anyone querying the database.

with SA, sa would set the required_score, and the new DCC.pm would be 
able to report back to DCC the ip addresses and fuzzy checksums of any 
emails that were above the sa required_score.

with how amavisd-new does it, I am not sure this would work, since I 
think amavisd passes the SA required_score (or am I wrong?)

ps, anyone with a commercial DCC feed, contact me or vernon and I am 
sure we can get you a test version of this new DCC.pm.  its smaller, 
should run faster, some sections re-written by Vernon, the author of DCC.

-- 
Michael Scheidell, CTO
Phone: 561-999-5000, x 1259
 > *| *SECNAP Network Security Corporation

    * Certified SNORT Integrator
    * 2008-9 Hot Company Award Winner, World Executive Alliance
    * Five-Star Partner Program 2009, VARBusiness
    * Best Anti-Spam Product 2008, Network Products Guide
    * King of Spam Filters, SC Magazine 2008

______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.secnap.com/products/spammertrap/
______________________________________________________________________  

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
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