On Sun, Dec 12, 2004 at 07:27:16PM +1100, Adam Bogacki wrote:
Hi, my /home/adam/procmail.log tells me that
procmail: Locking "bounced.lock"
procmail: Assigning "LASTFOLDER=bounced"
procmail: Opening "bounced"
procmail: Acquiring kernel-lock
procmail: Unlocking "bounced.lock"
procmail: Notified comsat: "adam(_at_)241260:/home/adam/Maildir/bounced"
From root(_at_)paradise(_dot_)net(_dot_)nz Sat Dec 11 14:57:42 2004
Subject: Anacron job 'cron.daily' on Tux
Foil: Unlocking "bounced.lock"
Folder: bounced
My .procmailrc folders are defined as
VERBOSE=on
LINEBUF=4096
PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin
MAILDIR=$HOME/Maildir #make sure it exists
DEFAULT=$MAILDIR/.Inbox/
LOGFILE=$HOME/procmail.log
LOGABSTRACT=all
My .muttrc folders are
set mbox_type=Maildir
set mbox=~/Maildir/.Inbox/
set folder=~/Maildir/
set record="~/Maildir/.Sent/"
set spoolfile=~/Maildir/
Why is my procmail not filtering or recognising Maildir ?
Unless I am mistaken, you posted essentially the same question
24 hours ago. Meanwhile, Bart Schaefer and, I believe, a
couple of others commented on some misunderstandings of yours
WRT "Maildir" and procmail. Did you read those replies?
Specifically, you shouldn't have $MAILDIR in your DEFAULT
assignment. I don't think that is what is the cause of your
problem, but it's a side observation. The shell equivalent
of your syntax would be something like
set DEFAULT="`cd .`/.Inbox/"
The next point somebody already mentioned is that you almost
certainly don't need that PATH assignment, as it should be
compiled into your procamil. Exceptions are rare to this
generality.
Other than that (and that's not your main problem), it's hard
to tell what's going wrong, because the log snippet you've
included is too late in the run to show us where the problem
lies. You need to include the part of the log extract that
shows where procmail is handling your message before
it assigns "bounced".
--
dman
____________________________________________________________
procmail mailing list Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail