Commit graph

103 commits

Author SHA1 Message Date
b6b5d47b2a Replace miltertest tests with indymilter-test 2023-01-18 10:23:21 +01:00
1823f6a178 Bump MSRV to 1.61.0, replace panicking [e]println! 2023-01-18 10:12:45 +01:00
5cfebe9e87 Replace some uses of String with Box<str>
No need for mutable String when Box<str> suffices (but only applied here
and there for now).
2023-01-18 10:11:42 +01:00
fe2c979b15 Update deps 2023-01-02 10:39:35 +01:00
8ff750973c Document repeated use of -t, fix clippy warnings 2022-11-29 16:47:58 +01:00
37eb716b43 Add copyright notices to files 2022-11-29 16:38:29 +01:00
68d633bc0a Add links to included files in README 2022-11-04 09:18:36 +01:00
1cbbc32415 SpamAssassin Milter 0.3.2 2022-08-31 09:38:25 +02:00
1020b818a2 Update deps, tweak usage information 2022-08-31 09:26:35 +02:00
a48307c5ca Improve error message on unknown option 2022-08-06 09:24:12 +02:00
931e59cab9 Drop clap 2022-07-18 09:04:13 +02:00
f72c075516 Update deps in Cargo.lock 2022-05-30 09:41:00 +02:00
2d2537d425 Update indymilter dep 2022-05-04 09:43:28 +02:00
7ffc88612a Use Unicode, .SY macro in man page 2022-04-11 09:24:39 +02:00
a425d1afb1 Style: array instead of slice syntax 2022-04-11 09:22:24 +02:00
8d9abb1172 SpamAssassin Milter 0.3.1 2022-03-14 08:35:57 +01:00
e9d5124a26 Increase connection timeout 2022-03-14 08:31:38 +01:00
abb905cbd0 SpamAssassin Milter 0.3.0 2022-03-08 08:20:48 +01:00
7e7087abf1 Add link 2022-03-06 17:42:33 +01:00
2b3f190de9 Revise config builder, tests, style 2022-03-06 09:21:05 +01:00
3e8375efef Helper traits in callbacks 2022-03-01 09:08:50 +01:00
2335c8bd93 Remove mention of milter crate 2022-02-21 19:17:07 +01:00
5601bc63e1 Drop libmilter from CI 2022-02-21 19:02:44 +01:00
a18e83acb8 Switch to indymilter 2022-02-21 18:58:24 +01:00
8952c0f862 Update mention of MSRV 2022-02-09 18:56:34 +01:00
2177c0bd68 Update minimal dependency versions 2022-02-09 18:39:14 +01:00
b6da8bbc54 Update clap, MSRV, refactor Received header handling 2022-01-31 14:30:18 +01:00
0fc96e078b Simplify macro negotiation 2022-01-10 13:40:43 +01:00
370bdfeadc No assertions in negotiate 2022-01-02 08:44:14 +01:00
31dde3cb43 SpamAssassin Milter 0.2.1 2021-12-23 20:50:35 +01:00
b5ad9ce0dd Complete eom with Status::Continue, cosmetics 2021-12-21 18:40:01 +01:00
4522f377c5 Update dependencies, fix Clippy warnings 2021-12-19 09:46:15 +01:00
2a8687d1be Update deps 2021-11-23 10:01:05 +01:00
c3410c461d Disable unused milter stage 2021-10-07 10:20:21 +02:00
2e69c11a6e Document reject-spam-above-threshold use case 2021-09-10 10:37:28 +02:00
ff59409492 Update CI for Debian bullseye 2021-09-10 10:33:35 +02:00
c9e1a85852 SpamAssassin Milter 0.2.0 2021-08-26 10:46:04 +02:00
0bb2f0e68e Bump MSRV to 1.46.0 2021-08-16 09:05:14 +02:00
f73a9cf2f7 Include auth status in Received header 2021-08-16 08:56:12 +02:00
0c9d7c2214 Doc tweaks 2021-08-07 16:22:40 +02:00
adbd1731d5 Special case X-Spam-Prev-, doc 2021-08-04 15:06:28 +02:00
f95e89caaa Revisit header rewriter, prepend X-Spam- headers 2021-08-02 18:48:21 +02:00
53e66eba0d Stay at MSRV 1.42.0 2021-08-01 14:54:19 +02:00
f9db6eb11e Use named params when formatting header, update deps 2021-08-01 13:28:35 +02:00
4567044820 Use absolute path to spamc 2021-08-01 13:26:35 +02:00
ab7fac6666 SpamAssassin Milter 0.1.6 2021-05-17 08:43:44 +02:00
268e8fd3c0 Update dependencies 2021-05-03 16:21:23 +02:00
8ac1c04079 Update changelog 2021-04-29 18:32:13 +02:00
a2e9bb1acc Improve X-Spam-Flag handling 2021-04-28 17:03:26 +02:00
8ca8701be2 SpamAssassin Milter 0.1.5 2021-03-16 09:19:46 +01:00