Age | Commit message (Expand) | Author |
2019-12-17 | avoid line wrap in the dkimsign filter line; | Jason McIntyre |
2019-12-17 | tweak the rspamd bits a little. we really don;t need to repeat the | Jason McIntyre |
2019-12-14 | failing fsync() with EINVAL should not cause a TempFail in mboxfile, | Gilles Chehade |
2019-12-14 | introduce a bypass keyword so that builtin filters can bypass processing of | Gilles Chehade |
2019-12-13 | fix DKIM example | Gilles Chehade |
2019-12-13 | occuring -> occurring | Gilles Chehade |
2019-12-13 | trim previous; ok gilles | Jason McIntyre |
2019-12-13 | add support for CIDR in a: spf atoms | Gilles Chehade |
2019-12-13 | file no longer exists | Gilles Chehade |
2019-12-13 | lka_proc.c had common code to fork a proc filter for lka_filter.c and | Gilles Chehade |
2019-12-13 | add IMSG_REPORT_SMTP_LINK_GREETING, IMSG_REPORT_SMTP_LINK_IDENTIFY and | Gilles Chehade |
2019-12-13 | update examples, document that DKIM signing may be achieved through the | Gilles Chehade |
2019-12-12 | filter protocol has an initial handshake within which smtpd tells filters | Gilles Chehade |
2019-12-12 | remove file, code was moved to a different file | Gilles Chehade |
2019-12-12 | move the lka_report.c code into lka_filter.c, they were originally split as | Gilles Chehade |
2019-12-12 | start documenting the proc filter API, this is a work in progress, not | Gilles Chehade |
2019-12-09 | swap two fields in the filter response protocol to match order of fields in | Gilles Chehade |
2019-12-09 | rework the filtering text somewhat to condense it a little, avoid text | Jason McIntyre |
2019-12-09 | update the example default config to use "from local" too; from myportslist | Jason McIntyre |
2019-12-05 | revert previous; ingo said it | Jason McIntyre |
2019-12-05 | replace "Pf < ... Ns >" with Aq; tidy up lists a little; | Jason McIntyre |
2019-12-05 | tweak the FILTERING text a little; ok gilles | Jason McIntyre |
2019-11-26 | remove stray Oc; | Jason McIntyre |
2019-11-26 | document that listen on socket can have filters attached | Gilles Chehade |
2019-11-26 | in mail.lmtp.c, split LMTP connection fd into two FILE * streams | Gilles Chehade |
2019-11-26 | allow using 'auth' as an origin: | Gilles Chehade |
2019-11-26 | whitespaces | Gilles Chehade |
2019-11-26 | mail-from and rcpt-to already carry origin and destination, so we can make | Gilles Chehade |
2019-11-25 | document that rules can match specific users or user lists now | Gilles Chehade |
2019-11-25 | store smtp session username in envelope and allow ruleset to match specific | Gilles Chehade |
2019-11-25 | use crlf line-ending during the internal smtp session | Eric Faurot |
2019-11-19 | fix typos in smtpd.conf.5 | Gilles Chehade |
2019-11-12 | a long long time ago, there was no such thing as "from socket" and the | Gilles Chehade |
2019-11-12 | fix a logic bug in ruleset matching that makes `from socket` rules possibly | Gilles Chehade |
2019-11-11 | fix 'mx:' mechanism in smtpd spf walk | Gilles Chehade |
2019-11-04 | fix a possible crash when combining "from rdns", nested virtual aliases and | Gilles Chehade |
2019-11-03 | 6.6.0 -> 6.6.1 | Gilles Chehade |
2019-11-02 | switch ASN1_STRING_data() with constified ASN1_STRING_get0_data() | Gilles Chehade |
2019-10-04 | remove strict \r check, the downside overweights the advantages, we'll | Gilles Chehade |
2019-10-03 | no need to increment argv and decrement argc, we're not using them later | Gilles Chehade |
2019-10-03 | no need to set n to 0 right before assigning it ret value from io_printf() | Gilles Chehade |
2019-10-03 | remove useless check and dead code | Gilles Chehade |
2019-10-03 | check imsg_flush() return value and fatal() if == -1 | Gilles Chehade |
2019-10-03 | make it obvious we don't care about text_to_mailaddr() return values, we've | Gilles Chehade |
2019-10-03 | free() destination server copy, not a real leak since the program is short | Gilles Chehade |
2019-10-03 | fix wrong sizeof in lka reporters init | Gilles Chehade |
2019-10-03 | we should never hit the smtp reports with an s->tx set to NULL but better | Gilles Chehade |
2019-10-03 | fix possible use-after-free in error code path | Gilles Chehade |
2019-10-03 | fatal() if imsg_flush() call fails in table proc | Gilles Chehade |
2019-10-03 | fix memory leak in error code path | Gilles Chehade |