Re: [EXIM] Silly filter question...

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Peter Radcliffe
Data:  
Para: exim-users
Assunto: 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/ ***