Re: [Exim] SPAM problems : reject by X-Mailer?

Top Page
Delete this message
Reply to this message
Author: Avleen Vig
Date:  
To: Rory Campbell-Lange, exim-users
Subject: Re: [Exim] SPAM problems : reject by X-Mailer?
On Mon, Jan 12, 2004 at 11:09:30AM +0000, Rory Campbell-Lange wrote:
> Many of these spam senders have the following X-Mailer listed:
>     X-Mailer: mPOP Web-Mail 2.19


I've seen a lot of these too. The answer I believe is "yes you can".

deny message = "You are a spammer. Please 2 b going away now."
     condition = ${if match {$header_x-mailer:}{mPOP Web-Mail 2.19}}


I think that should work. Someone will have to check it though.
I've seen a ton of mail from this x-mailer too.