Yes I would like to block ".exe" containing an URL for downloading an
.exe. That's what I want.

For example
http://wwww.xxxx./download.exe



Since Spamassassin already parses uris, you might create a local.cf
Spamassassin rule and score high enough to reject.

uri LOCAL_EXE     /https?:\/\/.*\/.*\.exe$/
score LOCAL_EXE   10.0

I think that's right. Make sure dot "exe" comes after at least one /
and at the end of the uri.

Joseph Brennan
Columbia University Information Technology



_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to