On Tue, Aug 25, 2015 at 11:21:12AM +0200, Christian Kivalo wrote:
On 2015-08-25 10:30, Hans Ginzel wrote:
/^(From:.*)/i
WARN header_checks: $1
is this on one line in the file?
It is on two lines, but the second is indented by tab.
Are you sure your emails contain a line with a ^From:.* header?
No, I am not. I have supposed MUA creates this header.
Test results: mutt does but mailx not (mailx-12.4-8).
Maybe try with something else first?
I have changed header_checks to
/^(.*)/ WARN header_checks: $1
and headers have been loged.
Thank you!
Best regards,
Hans