- 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
Make sure we export the symbol (disconnect)
If a application local session or message storage fails, send a disconnect
to smtpd, and don't call any of the callback functions. This is a work in progress and should be considered carefully
Add "void" to _io_init()
From chrisz@
Export osmtpd_filter_rewrite.
From chrisz@