Commits
- Commit:
cd6f9b0334b79f24cf4c6a3a098bc3aa11e6f477- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Fix couple off by 1s.
Found and fix tested by Mikolaj Kucharski mikolaj <at> kucharski <dot> name
- Commit:
2cd46d73b60506fa8da4a5f9dba082d709502b53- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
We don't need to link in libevent
- Commit:
086da123629250e3ee5aa6f39f15665824bf0bdb- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Set {C,LD}FLAGS in Makefile here
- Commit:
3d3c804046b6af0009a4393aaeef873bc60cc199- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Signature is with a capital S. Fixes google fuckup
- Commit:
fe371fc9cc4ef64169b33e6a02b6b37a26bbc86d- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Rename to filter-dkimsign
- Commit:
6dd298d155641a9ec3379a8eeace13ef6e24d149- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add plumbing for ports
- Commit:
d164ed2d5350ee9e31a905c46bb8082d50e9e287- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Remove revision, not as useful as I thought
- Commit:
07933fba2aa1c6d62773af24eb9cf67c24814a1a- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add revision tag to makefile
- Commit:
f49f20442d8c5b73ab070b7ee9f3cd6dbcb4d30d- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add flags in description
- Commit:
55999c731010fbd441209a93fa0b0e0481a65938- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Rename manpage to filter-dkim.8
- Commit:
6840f1a1324e44cbaa373c963504b7b0eedeb569- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Drag filter-dkim into the libopensmtpd world
- Commit:
27541da87a2e82efb16eaac56bb5c10e12859b29- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Remove log.[ch] now that we have stderr logging
- Commit:
c826412d86123fb2346635710aabec82f8e33946- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add support for the z mail header.
-z adds the mail headers used in the signature
-Z adds all the mail headers
- Commit:
e974922c653d65bd532e1dc385cf9e479aa4f38f- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add -x flag
- Commit:
e7076cef86ccd15d68dbaa2fc3c76976f34cd3bf- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add support for the t header
- Commit:
365862b1aca901a83b87bede4b5a8cb4a8fdd5fc- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Move signing component to own function for clearer reading
- Commit:
fa9e6602825788fc07b246142c7c60edf465119f- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Delay smtp_filter_disconnect until commit phase to prevent unintentional shutdown
- Commit:
7ecf4491dffebf9244a78869d1ef5ddf1feebf73- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Fix accidental whitespace
- Commit:
0f26145c0840360390ad82833441c733f8d8ac86- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Remove custom custom mkstemp/fdopen dance with tmpfile.
Requires fattr, but can hopefully be removed in the future
- Commit:
daf3253b980101230a6ba436cd7c439c8d2ae3fc- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Revert previous.
Seems to be an issue with smtpd, not fully confirmed upstream
- Commit:
aba1824d467f82cff808d70c35c282dd7928cad4- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Remove trailing \r characters.
These come in before filtering, but don't survive upon delivery
- Commit:
ffa37923f23ca22dac19045b84c2c0d15f2a83e8- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Fix line-counting by skipping over \r on the end of the line.
Also fix wrong signature length check while here
- Commit:
b79a019c1e68e11fb473957d52f4ce81894a9333- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Don't do event_pending check before trying to write.
If we can flush multiple mails at once this can result in major contingency on the output buffer before we hit the output check
- Commit:
1308710c42eefed9bb96098baf7016fbba862c7b- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Canonicalize line before applying test rules to it
This makes 100% from 12200 mails succeed
- Commit:
a883a4eb6e3dabb9f721fdec649f4c8adeef51c5- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
No need to add the \r the origf buffer
