On 2002-10-22, 11:13:00 (+1000), Robin Whittle wrote:
>
> http://www.firstpr.com.au/web-mail/Postfix-SA-Anomy-Maildrop/
Minor corrections/hints:
# Don't insert log in the message itself:
#
# RW ----------------------------------------------
# Was 0, make it 1 - what does this do?
feat_log_inline = 1
This adds logs to the message body itself, which may or may not be
a good idea. :-)
# Fix invalid and ambiguous MIME boundaries, if possible:
feat_fixmime = 1
This feature does quite a bit more than fix weird MIME boundaries. :)
# Defang active HTML - more properly known as Javascript:
feat_html = 1
Definately not just Javascript getting defanged here...
# Defang UUEncoded files:
feat_uuencoded = 0
This should always be set to 1, or people will be able to send you
uuencoded viruses/attachments and they'll slip by the sanitizer.
Also, if this is 0 then uuencoded attachments won't be detected as
such, and will instead get treated as text or HTML - and will get
corrupted by the HTML cleaner.
-- Bjarni R. Einarsson PGP: 02764305, B7A3AB89 58167@xyz.molar.is -><- http://bre.klaki.net/Check out my open-source email sanitizer: http://mailtools.anomy.net/ Spammers, please send plenty of email to: 58287@xyz.molar.is