- 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
Also limit exported symbols in portable (autotools)
Use some strange maths that seems to match what libtool expects.
No clue if this is correct
With both osmtpd_register_filter_mailfrom, and osmtpd_local_message the (main)
filter gets called before the tx-begin callback, resulting in that the message-specific context gets allocated too late. Call the alloc callback also from filter context if applicable and simply skip in tx-begin report.
Add Mdoc .Lb libopensmtpd (mdoc_lb)
