[Exim] Filter Testing

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Marc Perkel
Date:  
À: exim-users
Sujet: [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?