Re: [EXIM] Silly filter question...

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Steve Lamb
Data:  
Para: exim-users@exim.org
Asunto: Re: [EXIM] Silly filter question...
On Mon, 10 Aug 1998 16:44:07 GMT, Marc Haber wrote:

>In the meantime, that could be easily accomplished with a few lines of
>perl.


    You mean the addition of:


$header=1
if ((length($_) == 0) && ($header == 1))
{
$header = 0;
}
else
{
next;
}

:P




-- 
             Steve C. Lamb             | Opinions expressed by me are not my
    http://www.calweb.com/~morpheus    | employer's.  They hired me for my
             ICQ: 5107343              | skills and labor, not my opinions!
---------------------------------------+-------------------------------------




--
*** Exim information can be found at http://www.exim.org/ ***