From: | "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org> |
---|---|
To: | Christoph Dalitz <christoph(dot)dalitz(at)hs-niederrhein(dot)de> |
Cc: | pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: MHonArc configuration for spam protection |
Date: | 2003-08-27 05:29:57 |
Message-ID: | 20030827022930.S691@ganymede.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
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(at)postgresql(dot)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
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Kaarel | 2003-08-27 05:39:55 | Re: Books for PostgreSQL? |
Previous Message | Alvaro Herrera | 2003-08-27 05:14:59 | Re: 7.4b1 vs 7.3.4 performance |
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Brown | 2003-08-27 08:04:19 | Re: Date input changed in 7.4 ? |
Previous Message | Dennis Gearon | 2003-08-27 04:33:59 | Re: Replication Ideas |