On Thu, 08 Mar 2007 03:24:20 +0000, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

>Hi,
>
>I searched the list and found this rule to catch URL with single space 
>(www.ledrx .com). Please help me in modifying this rule to catch URL with 
>double space (www.superveils . com).
>
>body URL_WITH_SPACE m/\bhttp:\/\/[a-z0-9\-.]+[!*%&, -]+\.?com\b/
>
>Thanks.
>
>-----Original message-----
>From: David Goldsmith [EMAIL PROTECTED]
>Date: Wed,  7 Mar 2007 11:57:21 -0500
>To: users@spamassassin.apache.org
>Subject: Re: Custom Rule to catch this
>
>> -----BEGIN PGP SIGNED MESSAGE-----> Hash: SHA1
>> 
>> [EMAIL PROTECTED] wrote:
>> > Does anyone have written a custom rule to catch this spam? 
>> > 
>> > It would of great help. 
>> > 
>> > Thanks.
>> > 
>> > -----Original Message-----
>> > From: Carmella Boehm [mailto:[EMAIL PROTECTED] 
>> > Sent: Wednesday, March 07, 2007 6:51 PM
>> > To: [EMAIL PROTECTED]
>> > Subject: Account Info
>> > 
>> > Friendly Reminder; Get your desired products still on sale up to 80 
>> > Percent off.
>> > 
>> > Point your browser towards this website www.superveils . com to ensure 
>> > that your orders have been discounted.
>> > 
>> > Removal Reminder also processed from the above website.
>> > 
>> > Regards,
>> > Dr.Johnson
>> > 
>> 
>> Content analysis details:   (9.1 points, 5.0 required)
>> 
>>  pts rule name              description
>> - ---- ----------------------
>> - --------------------------------------------------
>> - -0.0 NO_RELAYS              Informational: message was not relayed via
>> SMTP
>>  0.0 BAYES_50               BODY: Bayesian spam probability is 40 to 60%
>>                             [score: 0.5901]
>>  0.5 RAZOR2_CHECK           Listed in Razor2 (http://razor.sf.net/)
>>  1.5 RAZOR2_CF_RANGE_E4_51_100 Razor2 gives engine 4 confidence level
>>                             above 50%
>>                             [cf: 100]
>>  0.5 RAZOR2_CF_RANGE_51_100 Razor2 gives confidence level above 50%
>>                             [cf: 100]
>>  3.7 PYZOR_CHECK            Listed in Pyzor (http://pyzor.sf.net/)
>>  2.2 DCC_CHECK              Listed in DCC
>> (http://rhyolite.com/anti-spam/dcc/)
>>  0.8 DIGEST_MULTIPLE        Message hits more than one network digest check
>> - -0.0 NO_RECEIVED            Informational: message has no Received headers
>> 
>> 
>> Using SA 3.1.8, SARE, DCC, Pyzor, Razor
>> 
>> 
>> David Goldsmith
>> -----BEGIN PGP SIGNATURE-----> Version: GnuPG v1.4.7 (MingW32)
>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>> 
>> iD8DBQFF7s7/417vU8/9QfkRAvXfAJ94Nb0Kl5aLNBcKLFzGvV8q3EfYfwCgiArg
>> ffTqJWqOn/kHq/2cxiybEfo=
>> =KiEx
>> -----END PGP SIGNATURE-----

Not sure if this will work (e.g. untested)

body URL_WITH_SPACE m/\bhttp:\/\/[a-z0-9\-.]+[!*%&,
-]|[!*%&,\s\s-]+\.?com\b/

The above will need to be on a single line. I'd be interested to hear
how/if it works.

Regards

Nigel

PS - Top posting makes these a lot harder to follow :-)

Reply via email to