- Description:
- library for writing opensmtpd filters
- Owner:
- Martijn van Duren <martijn@openbsd.org>
- Last Change:
- Clone URL:
ssh://anonymous@src.imperialat.at/libopensmtpd
Commit Briefs
Add support for tx-reset report and use that to clean up local_message. (main, tags/v0.8)
manpage bits by kirill@
If a application local session or message storage fails, send a disconnect
to smtpd, and don't call any of the callback functions. With help from kirill@
Add "void" to _io_init()
From chrisz@
Export osmtpd_filter_rewrite.
From chrisz@
add osmtpd_register_report_auth() and friends.
Initial diff from Martin Kjaer Jorgensen (me <at> lagy <dot> org)
Only call event_del if struct event has been initialized AND has events pending.
This shaves off another large chunk of the kevent array.
pause stdout io when handling input.
It's not going to be scheduled while we're still in the parsing input codepath and it causes a massive build-up of the kevent array in libevent, resulting in high memory usage never released.