Feature request: suppression of message ID's

---------

From: Balázs Bárány (balazs@tud.at)
Date: Fri May 03 2002 - 13:20:52 CDT


Hi,

for a long time, I noticed lots of spam attempts in my e-mail server log.
They tried to reach addresses like 2002(lotsofdata)9070@myserver.

After lots of searching, I found out that those are message ID's, written by
Hypermail into comments in the website and found by the stupid spambot.

It would be really nice if there were an option to suppress the message ID's
(the lines beginning with "<!-- id=" and "<!-- inreplyto=") in the generated
HTML. Currently, I use the following in the cron job that generates the
archives:

# Remove message IDs so spambots don't find wrong addresses
egrep -lr '^<!-- +(id|inreplyto)=.+-->$' * \
        | xargs perl -pw -i -e 's/^\<!-- +(id|inreplyto)=.+--\>$//'

This works, but I assume that other people could have the same problem so it
would be nice if this was an option.

Regards

-- 
_________________________________________________________________
Balázs Bárány     balazs@tud.at     http://tud.at    ICQ 10747763
Computers. You can't live with them, you can't live without them.

---------

This archive was generated by hypermail 2.1.5.