[Exim] Filter Testing

Inizio della pagina
Delete this message
Reply to this message
Autore: Marc Perkel
Data:  
To: exim-users
Oggetto: [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?