Addition to filter file stuff...

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