Menu

#1 Email gets delivered even if it is spam

open
nobody
None
5
2010-01-28
2010-01-28
Kaleb
No

When SAQ 1.00 detects the file as spam, it will hold on to it (which is right) however it will also send the email to your inbox. I found the problem though! In the file called "Filter" there is the following lines:

if( ($Spam || $IsVirus ) && !$Passthrough ) {
&Quarantine( $WorkFile, $IsVirus, $Viri, $Sender, $BadHost, \$QFName, \@Recipients, $Subject);
#&DeliverEmail( $WorkFile, $IsVirus, $Sender, $BadHost, \@Recipients, $Subject );

I have commented out the third line which delivers the mail even if it is spam.

Discussion


Log in to post a comment.