, 2002-02-04
Now there are options for screening potentially dangerous messages, or even eliminating HTML email from your life.
Expand all |
Post comment
Three things to make HTML email bearable
2002-02-04
TL (2 replies)
TL (2 replies)
Don't use Outlook
2002-02-04
Anonymous (2 replies)
Anonymous (2 replies)
Don't use Outlook
2002-02-06
Anonymous (2 replies)
Anonymous (2 replies)

:0
* ^Content-Type: .*(text/html|multipart/alternative)
{
EXITCODE = 65
:0 fw
| echo "571 No HTML junk here"
:0 r
|
}
(If you use an MTA other than Sendmail, you will probably want to return some other exit code. Check /usr/include/sysexits.h.)
[ reply ]
Link to this comment: http://www.securityfocus.com/comments/columns/58/10570#10570