On Tue, Aug 25, 2015 at 10:30:07AM +0200, Hans Ginzel wrote: > On Tue, Aug 25, 2015 at 09:37:37AM +0200, Christian Kivalo wrote: > >Whats the content of your header_checks file? > > /^(From:.*)/i > WARN header_checks: $1
Note that the "/i" turns off case-insensitive matching, which is enabled by default. -- Viktor.