Addition to filter file stuff...

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Dom Mitchell
日付:  
To: exim-users
題目: Addition to filter file stuff...
Just a thought which occured to me... One thing which is currently
missing from the filter file capability is some kind of message-id
database to prevent duplicate mails getting through. This is the one
thing which stopped me switching from procmail last time. It would be
kind of cute if you could say:

if seen $message_id
then
    seen finish
endif


Does this sound reasonable?

-Dom