Addition to filter file stuff...

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Dom Mitchell
Ημερομηνία:  
Προς: 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