Re: How to remove the [EXIM] from the subject?

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Philip Hazel
Data:  
Para: Vadim Vygonets
CC: exim-users
Assunto: Re: How to remove the [EXIM] from the subject?
On Fri, 9 Oct 1998, Vadim Vygonets wrote:

> You can use the exim filter "pipe" command to pipe the e-mail
> message to a simple perl script which will do
> s/^(Subject:.+)\[EXIM\]\s*/$1/;
> the first time it sees it and save the message to your mailbox.


Watch out! If you do this, you will have to take precautions to lock
your mailbox between simultaneous invocations of this script.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



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