Re: [CentOS] procmail recipe

2009-03-13 Thread Ralph Angenendt
Jerry Geis wrote: > hi all > > I am trying to filter emails to a user (weather) based on the subject: > > :0 > *^Subject:.*Weather > | /usr/bin/formail | /path/to/executable > > *^Subject:.*Tornado > | /usr/bin/formail | /path/to/executable > > All it does is deliver the email to the weather in

[CentOS] procmail recipe

2009-03-13 Thread Jerry Geis
hi all I am trying to filter emails to a user (weather) based on the subject: :0 *^Subject:.*Weather | /usr/bin/formail | /path/to/executable *^Subject:.*Tornado | /usr/bin/formail | /path/to/executable All it does is deliver the email to the weather inbox. For testing I tried. echo 1 | mail -