phishing detection bug
John French
john.french at EMICH.EDU
Mon Feb 21 12:14:41 GMT 2005
Thanks for changing this! That works like a charm. I had some users
putting ".doc" files in the href, so I ended up requiring both a "." and
a "/" to qualify it as a URL.
$linkurl = "" unless ($linkurl =~ /[\.]/ && $linkurl =~ /[\/]/); # Ignore
if it is not a website at all
Any idea why - when it was marking these as phishing attempts - it wasn't
closing out the <font> tags?
------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the MAQ (http://www.mailscanner.biz/maq/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).
Support MailScanner development - buy the book off the website!
More information about the MailScanner
mailing list