Hello,
I'm new to procmail, and I'm experiencing an error that I'm not sure how
to fix. Here's my .procmailrc:
-# Set to yes when debugging
-VERBOSE=on
-
-# Remove ## when debugging; set to no if you want minimal logging
-## LOGABSTRACT=all
-
-MAILDIR=$HOME/mail # Make sure this directory exists!
-
-# Directory for storing procmail-related files
-PMDIR=$HOME/apps/procmail
-
-# Put ## before LOGFILE if you want no logging (not recommended)
-LOGFILE=$PMDIR/log
-##INCLUDERC=$PMDIR/testing.rc
-##INCLUDERC=/users/co/jbauer/apps/procmail/lists.rc
-
-:0:
-* ^Subject:.*test
-/users/co/jbauer/mail/in-testing
my problem is this: Whenever I send a message with "test" in the subject,
it puts each message in its own dirctory within in-testing. For each
e-mail sent, it creates another directory like "msg.AGb/" within
in-testing. What am I doing wrong here?
thanks,
Justin Bauer
Southern Methodist University