remove the host ip from this match because it is not present in the current log line, but cached from prior mlfid

bill 2025-07-20 21:36:20 -04:00
parent 21fe225f5e
commit c2bcdbe4e4
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ Nov 3 11:35:30 Microsoft sendmail[26254]: rA37ZTSC026255: from=<anton@domain.co
# failJSON: { "time": "2024-06-17T13:03:43", "match": false, "host": "127.0.0.1", "desc": "no failure, just cache host for mlfid" }
Jun 17 13:03:43 <mail.info> alarmpi sm-mta[26864]: 55HH324M026864: from=<foo@example.com>, size=0, class=0, nrcpts=0, proto=SMTP, daemon=MTA-v4, relay=localhost [127.0.0.1]
# failJSON: { "time": "2024-06-17T14:37:39", "match": true, "host": "192.168.1.44" }
# failJSON: { "time": "2024-06-17T14:37:39", "match": true, "desc": "match user uknown. host is cached from prior mlfid" }
Jun 17 14:37:39 <mail.notice> alarmpi sm-mta[2794]: 55HIbcGI002794: <baduser@yourhost.com>... User unknown
# failJSON: { "time": "2024-06-17T14:37:39", "match": false, "host": "192.168.1.44", "desc": "no failure, just cache host for mlfid" }