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
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 -
2 matches
Mail list logo