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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: Vadim Vygonets
CC: exim-users
題目: 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/ ***