[Exim] Filter Testing

Top Page
Delete this message
Reply to this message
Author: Marc Perkel
Date:  
To: exim-users
Subject: [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?