I think I know whats happening, most of this e-mails are from the microsoft virus that
was going around. But I noticed that I do get a attachment file from mimedefang,
WARNING: This email message has been modified, for more information contact
systems.com
An attachment named ggumx.exe was removed from this document as it
constituted a security hazard. If you require this document, please contact
the sender and arrange an alternate means of receiving it.
So I assume it doesn't scan the e-mail since it found a blocked attachment.
Is it possible to scan it even if it has an attachment?
Thanks,
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 25, 2004 10:50 PM
To: [EMAIL PROTECTED]
Subject: AW: [Mimedefang] spam coming through
Are You sure that the spam You are receiving is coming through the mail
server on which You have MIME Defang and SpamAssassin? You might have
another old mail relay lying around that You have forgotten about, or
perhaps a misconfigured proxy...
-&
-----Urspr�ngliche Nachricht-----
Von: Jimmy Hayes [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 25. Mai 2004 20:53
An: [EMAIL PROTECTED]
Betreff: RE: [Mimedefang] spam coming through
I see it but I just don't get it on all of them for some reason.
Jimmy Hayes
-----Original Message-----
From: Ben Kamen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 25, 2004 11:09 AM
To: [EMAIL PROTECTED]
Subject: Re: [Mimedefang] spam coming through
Well, if your config is like mine and looks like this:
my($hits, $req, $names, $report) = spam_assassin_check();
if ($hits >= 2) {
my $score = '*' x ($hits > 50 ? 50 : $hits);
action_add_header("X-Spam-Score", "$score ($hits)");
that is why you don't see it when not marked as spam... do this instead
my($hits, $req, $names, $report) = spam_assassin_check();
my $score = '*' x ($hits > 50 ? 50 : $hits);
action_add_header("X-Spam-Score", "$score ($hits)");
and it will always add to the emails.... also you can append the
SpamAssassin
report always.. (as an attachment or something..)
-Ben
Jimmy Hayes wrote:
> Hi I made the change on my mimedefang-filter to allow the xheader to
> contain the points scored even for good e-mail.
>
> After the change most e-mail comes with the score on the header but
the
> spam that comes through the filter below the required points does not.
>
> Any ideas? That's the e-mail that I am interested in seeing what score
> it's getting.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang