All it does is deliver the email to the weather inbox.
For testing I tried.
echo 1 | mail -s "Tornado" weather
Enabling verbose and log file gives me:
From root@devcentos5x64.msgnet.com Fri Mar 13 10:04:07 2009
Subject: Tornado
Folder:
/var/mail/weather 671
Seems like it should work... What did I miss.
Jerry
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
03-13-2009, 02:29 PM
Ralph Angenendt
procmail recipe
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 inbox.
>
> Seems like it should work... What did I miss.
That above there is only *one* recipe. You probably need two.
Ralph
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos