[Exim] Filter Testing

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Marc Perkel
Datum:  
To: exim-users
Betreff: [Exim] Filter Testing
How do I do this?

I have a filter that modifies headers. I want to pipe a message into
exim - run the filter on the message - and have it just output the
message to the standard output device. And - I do need it to act like a
system filter.

cat mess | exim -bf filter     <- doesn't work


How do I do that?