[Exim] Filter Testing

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marc Perkel
日付:  
To: exim-users
題目: [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?