In a message dated: Wed, 23 Feb 2000 09:31:06 EST
"Steven W. Orr" said:

>:0:
>       * ^Subject:.*Pilot-Unix
>       * ^Subject:.*PilotMgr
>pilotmgr-i

This clause says that the message must match *both* rules, it's an 'and' not
and 'or'.  What you probably want is something like:

        :0:
        * ^Subject:.*(Pilot-Unix|PilotMgr)
        pilotmgr-i

Or, more concisely:

        :0:
        * ^Subject:.*(Pilot)
        pilotmgr-i

>
>>From [EMAIL PROTECTED]  Wed Feb 23 09:01:07 2000
> Subject: Re: [Pilot-Unix] Getting ROM from Pilot V 
>  Folder: backup/msg.yBsB                                                 2701
[snip]
>procmail: Match on "^Subject:.*Pilot-Unix"
>procmail: No match on "^Subject:.*PilotMgr"
[snip]

Exactly!  Your rule stated it must match both, therefore when it failed on the 
second, it continued on through the r�cip�s.

>The Subject *is* being processed by procmail where it sez it found a
>match. The problem is that the message is ending up in the default
>INBOX instead of in the pilotmgr-i mailbox.
>
>Can someone please tell me what I'm doing wrong?

Sure :)
-- 

Seeya,
Paul
----
    Doing something stupid always costs less (up front) than doing
                        something intelligent.
                  Bean counters are *always* wrong!
  A conclusion is simply the place where you got tired of thinking.
         If you're not having fun, you're not doing it right!



**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to