Re: MHonArc configuration for spam protection - Mailing list pgsql-general

From Marc G. Fournier
Subject Re: MHonArc configuration for spam protection
Date
Msg-id 20030827022930.S691@ganymede.hub.org
Whole thread Raw
List pgsql-general

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

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

On Mon, 25 Aug 2003, Christoph Dalitz wrote:

> 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
>
>

pgsql-general by date:

Previous
From: Kaarel
Date:
Subject: Re: Books for PostgreSQL?
Next
From: Alvaro Herrera
Date:
Subject: Re: 7.4b1 vs 7.3.4 performance