Thanks Steve
Steve Holdoway wrote:
1. Are you using maildir format? (Yes, I answered my own question further down
) If so, the slashes are going the wrong way.
I took them off.
:0
* ^(To|Cc):.*
CLUG\
This rule *should* match everything with a To: or Cc: line in it, making the
rest of the rules pointless. Not too sure why it isn't
Don't know where you saw this rule, but I checked my rc file and it's
not there now.
:0
* ^Subject:.*[webmin-l]
Webmin\
Square brackets have a special meaning ( look for one of the following
characters ). This is why it's picking everything up. Escape them with a \
Neil picked this one up.... I put the \ in and it's fixed stuff as well...
--8<--
MAILDIR=$HOME/Maildir
LOGFILE=$MAILDIR/procmail.log
:0
* ^(To|Reply-To):[EMAIL PROTECTED]
Why are your folders hidden?
.CLUG/
:0
* ^Subject:.*\[Soekris\]
.Soekris/
:0
* ^Subject:.*\[GNUz\]
.GNUz/
Cheers Don