- 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
Somewhere down the line the arguments of auth result and auth username (authswap)
must have been flipped.
Add Mdoc .Lb libopensmtpd (main, mdoc_lb)
If a callback returns non-zero, send a disconnect to smtpd (callback-error-code, tags/v1.0)
Add support for tx-reset report and use that to clean up local_message. (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@
