Mike's List wrote:
>
> Anyone knows how to setup procmail so that if e-mail that is not address to
> your e-mail specifically will go to /dev/null?
You have a list of recipes that are processed in order. Make the
following last on the list and it will be the "catchall" as it were...
:0
* $RECIP ?? ^^.*@$DOMAIN
{
:0
/dev/null
}
---sambo
procmail chef