https://bugs.exim.org/show_bug.cgi?id=3085
Jeremy Harris <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from Jeremy Harris <[email protected]> --- You didn't show the actual log line (only fail2ban's take on it), but your problem seems to be associated with the "display name" portion of a From: header line, something that Exim does not log by default. You could consider removing the part of your config that is doing so. However, the underlying issue is that Exim's log are not intended or deigned for machine-consumption ("log-scraping") - which is what fail2ban is presumably doing, since it cannot handle this log line. You could - cease using a log-scraper - wait for maching-readable (eg. bug 2610) logging - configure Exim to trigger whatever fail2ban does directly, to cut out the log-writing and log-scraping stages -- You are receiving this mail because: You are on the CC list for the bug. -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
