View Single Post

  #1 (permalink)  
Old 06-22-2007, 05:45 PM
diptanjan's Avatar
diptanjan diptanjan is offline
Junior Member
User
 
Join Date: May 2007
Location: Hyderabad
My distro: Redhat, Suse
Posts: 12
Rep Power: 0
diptanjan is on a distinguished road
Send a message via MSN to diptanjan Send a message via Yahoo to diptanjan Send a message via Skype™ to diptanjan
Default Spamassassin URI rule not working properly

Hello Friends,

I have created a URI to block this type of LINK from my mail :

http://img409.abc.uk/my.php?image=qoofkjruod4.png

where I am not sure if

1. It may not start with "http://" always, may be just "www".

2. "img409" may change to something like "rpf234"

3. "my.php?image=qoofkjruod4.png" can be some thing else.

But my constant part is always "abc.uk"


Now my rule looks something like this.

Quote:
uri LOCAL_URI_LINK_BLOCK /abc\.uk/
score LOCAL_URI_LINK_BLOCK 4

But still I am confused... it not working as I wanted to...

When I am testing from my different mail account its showing different result.

I have tried to test from my office email account, when I am sending mail from Microsoft Outlook and checking the header I am seeing this :

Quote:
X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on 45224
X-Spam-Level: **
X-SMSpamC-SASpamRating: NOT SPAM
X-Spam-Status: No, score=3.0 required=5.0 tests=BAYES_00,HTML_90_100,
HTML_MESSAGE,LOCAL_URI_LINK_BLOCK,NO_DNS_FOR_FROM, RCVD_IN_SORBS_WEB
autolearn=no version=3.1.7
But when sending the exactly same mail from Webmail I cannot see this !!!

And moreover though I have mentioned the Spam score 4 its showing 3 only.. why?

Please Advice

TIA

Diptanjan

Last edited by diptanjan; 06-22-2007 at 05:48 PM..
Reply With Quote