procmail config question

1997-08-10 Thread Steve Hsieh
I have a procmail question that perhaps someone could help me with:

Is there a way to add an AND in the string by which procmail filters mail?
Right now, I have
 
   :0:
   * ^FROM_MAILER
   IN.daemon-mail

but what I really want is all mail from daemons *except* mail with the
Subject 

Thanks for any tips.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: procmail config question

1997-08-10 Thread Clint Adams

:0:
* ^FROM_MAILER
IN.daemon-mail
 
 but what I really want is all mail from daemons *except* mail with the
 Subject 

:0:
* ^FROM_MAILER
* !^Subject: 
IN.daemon-mail


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .