missing "X-Bogosity" line

Matthias Andree matthias.andree at gmx.de
Mon Oct 28 15:44:40 CET 2002


On Mon, 28 Oct 2002, Clint Adams wrote:

> >           { EXITCODE=75 HOST }
> 
> Why "HOST" ?

Lacking an explicit "exit" command in procmailrc, "HOST" in procmail is
what "exit $EXITCODE" would be in a shell.

Write

:0e
{
    EXITCODE=75
    HOST
}

If you like that better. Rationale: procmail's HOST variable is
initialized to the hostname, but if its contents do not match the
hostname, processing stops immediately.

-- 
Matthias Andree




More information about the bogofilter-dev mailing list