Feature Requests item #3032012, was opened at 2010-07-20 11:50
Message generated for change (Comment added) made by sbajic
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126468&aid=3032012&group_id=250683

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Paul Cockings (paulcockings)
Assigned to: Nobody/Anonymous (nobody)
Summary: Extend spamAction with virusAction

Initial Comment:
If you like to have spamAction = deliver
ie in the case of having something else (such as exchange rules) to split the 
mail between junk/inbox
Then all mail is forwarded, including anything classified as Virus.

This has become more of issue now as using extra signatures in ClamAV to help 
capture phishing mails.
One solution suggested is to separate ClamAV from Dspam and place AV before 
Dspam with separate controls.  This would work, but IMO this sort of defeats to 
point for having ClamAV support within Dspam.

I'd like to see an option that can have Ham+Spam delivered, but Virus send to a 
separate action, such as quarantine

There might be several ways to achieve this.  One might be create a new option 
virusAction with options, deliver/tag/quarantine/delete
These options should also appear on the web-ui

----------------------------------------------------------------------

>Comment By: Stevan Bajic (sbajic)
Date: 2010-07-20 19:46

Message:
Another option is to let DSPAM handle the quarantine and use stock DSPAM
functionality to split Spam/Virus. If you look at dspam.conf then you
should notice this little option here:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#
# Quarantine Agent: DSPAM's default behavior is to quarantine all mail it

# thinks is spam. If you wish to override this behavior, you may specify
# a quarantine agent which will be called with all messages DSPAM thinks
is
# spam. Use %u to specify the user DSPAM is processing mail for.
#
#QuarantineAgent        "/usr/bin/procmail -d spam"
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

With that option you can pretty much do whatever you like with messages
that would be quarantined without the need to modify DSPAM code to achieve
the split between Spam / Virus.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126468&aid=3032012&group_id=250683

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Dspam-devel mailing list
Dspam-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to