On 17/07/2022 12:16, Jeremy Harris via Exim-users wrote:
On 16 July 2022 18:09:40 BST, Slavko via Exim-users <exim-users@exim.org>
IMO that is perfect job vor event system, to emit auth:failed event.
But whole event systems
seems to be only about outgoing mails/connections.
Beside the auth failed event, i miss acl and error related events, eg,
acl:reject,
acl:drop, acl:etc, or even more detailed, eg. acl:reject:stage (with
log_message
in event_data variable), Ideally with connection/TLS error events, eg.
conn:nomail, conn:syntaxerr, etc, again with particular error in
event_data.
Events are pretty easy to add:
- decide one is wanted
- decide what data to provide it
- find the code location
- add (probably) one line
This one seems reasonable.
Committed as 7a97480c2b, 9b3a1518f5.
--
Cheers,
Jeremy
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/