Re: MHonArc configuration for spam protection

Started by Marc G. Fournierover 22 years ago1 messages
#1Marc G. Fournier
scrappy@postgresql.org

Done ... am regenerating all the archives right now:

# To: jm ( at ) poure ( dot ) com

On Mon, 25 Aug 2003, Christoph Dalitz wrote:

Show quoted text

Hello Marc,

On Wed, 18 Jun 2003 17:30:52 -0300 (ADT)
The Hermit Hacker <scrappy@postgresql.org> wrote:

as I've asked in the past, if you know of a
way of doing that sort of replace in mhonarc, please let me know and I can
regenerate all the archives ...

here is a detailed description how to configure mhonarc for disguise of
the email adresses.

Alternative a)
--------------

Use the following command line options:

mhonarc -spammode \
-addressmodifycode 's/@/ ( at ) /; s/\./ ( dot ) /g;' \
-modifybodyaddresses ...

Alternative b)
--------------

Use the command line option "-rc /path/to/mhonarcrc" and put the following
configuration parameters in the file "path/to/mhonarcrc":

<!-- turn on spammode -->
<SPAMMODE>

<!-- modify addresses in the mail body as well as in the next section -->
<MODIFYBODYADDRESSES>

<!-- modify all addresses as described below (perl) -->
<ADDRESSMODIFYCODE>
s/@/ ( at ) / ;
s/\./ ( dot ) /g ;
</ADDRESSMODIFYCODE>

Please let me know when spammode is enabled in the Postgres mailing list archives,
so that I can resubscribe again.

Thanks,

Christoph Dalitz