|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] more probs w/ procmail
|
Man Im losing it...here are the files.
On 29/10/01 14:16 -0500, Jon Nelson wrote:
> Ok, WAS working like a champ. After I got it working I then made some
> changes so that it would filter my mail, and now it no longer works. I
> changed it back to where I had it and it still doesn't work (i.e., no
> filtering, no logging). The only things I changed was the reference to
> "testing.rc" in .procmailrc and the "testing.rc" filename. Now I put the the
> filter directly in the .procmailrc file.
>
> TIA,
>
> Jon
>
> ______________________________________________________________________
> Philadelphia Linux Users Group - http://www.phillylinux.org
> Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
> General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
>
# Directory for storing procmail configuration and log files
PMDIR=$HOME/Procmail
# Put ## before LOGFILE if you want no logging (not recommended)
LOGFILE=$PMDIR/log
# Set to yes when debugging
VERBOSE=yes
# Remove ## when debugging; set to no if you want minimal logging
LOGABSTRACT=all
# For privacy, have procmail create mailboxes with 600 (-rw-------) permission
UMASK=077
# Replace $HOME/Msgs with your message directory
# Mutt and elm use $HOME/Mail
# Pine uses $HOME/mail
# Netscape Messenger uses $HOME/nsmail
# Some NNTP clients, such as slrn & nn, use $HOME/News
# Mailboxes in maildir format are often put in $HOME/Maildir
MAILDIR=$HOME/Mail # Make sure this directory exists!
:0:
* ^Subject:.*test
test
#INCLUDERC=$PMDIR/testing.rc
#INCLUDERC=$PMDIR/lists.rc
|"/usr/bin/procmail"
|
|