Re: How to accept mail from a NON ezmlm mailing list?
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <20060102131931.20564.qmail@eeca5292fec528.315fe32.mid.smarden.org> |
On Wed, Dec 28, 2005 at 11:16:02PM +0100, Charles M. Gerungan wrote: > qconfirm accept '[email protected]' > > How would I for example tell qconfirm to accept mail from the courier- > imap list? I believe that's a Mailman list? Anyway, is it possible to > derive the address used for the above command from the headers of a > message from any mailing list? qconfirm-check operations on the envelope return path address. Normally this is the 'Return-Path' on the top of the headers of the mail in the mailbox. ezmlm mailing lists use VERP (variable envelope return paths), that's why in the example the -default wildcard is used. Regards, Gerrit.