On Wed, 07 Mar 2001 17:19:39 PST, "info" wrote:

> is there a way to notify me that i've received an e-mail for the account 
>[EMAIL PROTECTED] into my other account [EMAIL PROTECTED] , without forwarding a copy of the 
>e-mail?
> 

Something like:

| sed -n -f $HOME/headers.sed | qmail-inject -f$SENDER [EMAIL PROTECTED]; exit 0

where headers.sed is:

/^From:/p
/^Subject:/p

Seems to work pretty good for me.  I'm sure there are cleaner ways than 
this because this will also match text within the body of the message.

Andy

Reply via email to