Hello list,
I received a phishing scam yesterday where the domain part of the evil link was in html hex code. This seems to defeat any SURBL listing. I'm using a postfix body check to handle it now, but does anyone have a better idea?
Thanks.
Nathan Barham wrote:
I received a phishing scam yesterday where the domain part of the evil link was in html hex code. This seems to defeat any SURBL listing. I'm using a postfix body check to handle it now, but does anyone have a better idea?
Convert the HTML/hex back to a dotted IP address and then do a standard SURBL lookup on the IP address as described in the SURBL docs.
John.