Re: Q: copy of messages deferred by qconfirm
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 13, 2004 at 07:41:00AM -0500, [email protected] wrote: > receive per day. To that end, I'd like to capture one copy of each email > deferred by qconfirm in a separate maildir, so I can delete the non-spams > and forward the rest. > > Does anyone have a recommended method of accomplishing this? It's not directly supported by qconfirm, but you can try to use the prog argument to qconfirm-check. prog is run just before a delivery confirmation request is sent, and the message is available on standard input. Make sure that prog exits with a code other than 0 or 111. HTH, Gerrit.