Re: [EXIM] Silly filter question...

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Peter Radcliffe
Fecha:  
A: exim-users
Asunto: Re: [EXIM] Silly filter question...
Marc Haber <Marc.Haber-lists@???> probably said:
> In the meantime, that could be easily accomplished with a few lines of
> perl.


perl is way too big IMO to be invoked for every mail message, especially
when it can be done much faster in something much smaller, like sed.

sed '1,/^$/d'

will delete the headers plus the seperator blank line between the headers
and the body and give you the remaining body.

P.

-- 
pir               pir@???      pir@???      pir@???



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