Re: Apparently .forward isn't doing its job

"Ruud H.G. van Tol" <[email protected]>
Newsgroups gmane.mail.procmail
Message-ID <[email protected]>
On 2012-09-28 18:30, Anne Wilson wrote:

> #Set user Inbox directory
> MAILDIR=/home/anne/Maildir/
> DEFAULT=$MAILDIR/

Your $DEFAULT ends in //.
Best get rid of all of the end-slashes.


> :0 * ^From:.*magnatune
> $MAILDIR.INBOX.Magnatune/

That is not a valid recipe.
Make it look more like:

   :0
   * ^From:.*magnatune
   .INBOX.Magnatune/


> * ^List-ID:.*procmail
> ${MAILDIR}.INBOX.MailSystems.Procmail/

Neither is that.
Make it look more like:

   :0
   * ^List-ID:.*procmail
   .INBOX.MailSystems.Procmail/


Maybe temporarily add:

   NL = "
"
   NOW = `date +%FT%T`
   LOG = "DONE ($NOW)$NL"

(sorry, all untested)

-- 
Ruud
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.