Thank you Stan. You were right. In my .procmailrc file the first recipe
did not have the ":" but the second one did.
Cheers
~ajaz
On Thu, 31 Dec 1998, Stan Ryckman wrote:
At 12:16 PM 12/31/98 -0700, Ajaz M. Siraj wrote:
Please forgive me if this has been answered before but how do I do the
following:
----------------------------------------
:0: c
* ^From: bob*
bob_mail
:0 A
| audioplay $HOME/sounds/bob_mail.au
:0: c
* ^From: jim*
jim_mail
:0 A
| audioplay $HOME/sounds/jim_mail.au
----------------------------------------
I only hear bob_mail.au whenever the first condition matches.
I am surprised you even hear it then. You have not specified
a "c" flag, but rather a lockfile named "c".
Change:
:0: c
to
:0c:
in both recipes.
Cheers,
Stan