Help with filter |
Post Reply |
Author | |
amsummer
Newbie Joined: 26 September 2011 Location: Akron OH Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 08 February 2012 at 12:19pm |
Hello!
I've got a couple of folks receiving a lot of spam being sent through PHP mailers. Its not being blocked from RDNS, or the MAPS or SURBL servers, or the SPF Fail, or SFDB fail. The subject is not always consistent, and I hesitate to block anything with our company (The Office Place) in the subject as that runs the potential of being legit. Anyone have any ideas how I might block these? I'd appreciate your suggestions ! X-Antivirus: AVG for E-mail Received: from <mailserver> (<local IP>) by <mailserver>(<local IP>) with Microsoft SMTP Server id 8.1.340.0; Thu, 2 Feb 2012 01:43:31 -0500 Subject: The Office Place: Drug Errors In Health Care To: dickd@theofficeplace.com Date: Thu, 2 Feb 2012 01:43:31 -0500 Return-Path: rireVakeglive@expressbuy2011.info From: BoulaFror <rireVakeglive@expressbuy2011.info> Message-ID: <dc802a660ceda51292322a2a3409a077@www.theofficeplace.com> X-Priority: 3 X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Antivirus: AVG for E-mail Received: from <mailserver> (<local IP>) by <mailserver>(<local IP>) with Microsoft SMTP Server id 8.1.340.0; Wed, 1 Feb 2012 15:46:40 -0500 Subject: The Office Place: Walgreen Discount Drugs To: dickd@theofficeplace.com Date: Wed, 1 Feb 2012 15:46:40 -0500 Return-Path: accunnife@climbing-dancing.info From: arrophady <accunnife@climbing-dancing.info> Message-ID: <0dbb7f9f16b82715e92d1494824f0f3c@www.theofficeplace.com> X-Priority: 3 X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" |
|
jerbo128
Senior Member Joined: 06 March 2006 Status: Offline Points: 178 |
Post Options
Thanks(0)
|
I would suggest writing a regex keyword that matches exactly [the office place: somemoretext]
If you include the colon, the space following the colon, and require that there be at least one more text string after the space, that should make for specific enough keyword that it would be accurate.
|
|
amsummer
Newbie Joined: 26 September 2011 Location: Akron OH Status: Offline Points: 2 |
Post Options
Thanks(0)
|
That's a good suggestion. As someone who has not written RegEx for this program before...and for that matter is 10 years from my last RegEx in any program...would you be so kind as to craft this for me? I'd really appreciate it.
Thanks! |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.129 seconds.