procmail
[Top] [All Lists]

Re: msgs get stored twice

2000-11-06 23:48:18
Boz <Bozinsky(_at_)mac(_dot_)com> writes:
I got a problem with my procmail (v3.15) config.
I use the maildir format and want to sort all messages from 'someone'
under $HOME/Maildir/.someones/

My .procmailrc file looks like this:

VERBOSE=ON

MAILDIR=$HOME/Maildir
PMGDIR=$HOME/.procmail
LOGFILE=$PMGDIR/log
DEFAULT=$MAILDIR/

:0:
* ^From.*someone
$MAILDIR/.someones/

It worked pretty good as long as I used mbox format, but now procmail
stores all mails that match the above filter in $MAILDIR/.someones/new
_AND_ in $MAILDIR/new. I reviewed faqs and mailings lists, but still
wasn't able to find a solution to my problem.

You have a logfile wth VERBOSE turned on.  What does it show when you
receive a message that matches the condition?  (Compare before and after
so you can tell what was generated by that message.)


Philip Guenther
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>