Age | Commit message (Expand) | Author |
2020-01-20 | opportunistic tls downgrade logic is more complex than it should and can in | Gilles Chehade |
2020-01-08 | remove literal tab from a column list; | Jason McIntyre |
2020-01-08 | allow using the session username in builtin filters when available | Gilles Chehade |
2020-01-08 | enable builtin filtering for commit phase | Gilles Chehade |
2020-01-08 | emable builtin filtering for phase DATA, no idea why we didn't earlier as | Gilles Chehade |
2020-01-08 | reorder reporting events so they are triggered _after_ protocol-server | Gilles Chehade |
2020-01-07 | generate tx-envelope before tx-rcpt like for smtp-in | Gilles Chehade |
2020-01-07 | fix reporting of tx-mail and tx-rcpt for smtp-out | Gilles Chehade |
2020-01-07 | generate link-auth reporting event for outgoing sessions | Gilles Chehade |
2020-01-06 | make it more explicit that filters are unique processes | Gilles Chehade |
2020-01-06 | do not allow passing options to smtpctl encrypt | Gilles Chehade |
2020-01-06 | provide a better error message for invalid smtpctl commands | Gilles Chehade |
2020-01-03 | upon return of authentication we log the username and generate an smtp-in | Gilles Chehade |
2019-12-21 | upon connect to remote host extract hostname from banner when possible then | Gilles Chehade |
2019-12-21 | if a filter was attached to a relay action in config, notify instance that | Gilles Chehade |
2019-12-21 | start bringing smtp-out reporting code, lacks some events still | Gilles Chehade |
2019-12-21 | add FILTER_SUBSYSTEM_SMTP_OUT to filter_subsystem enum and add filter name | Gilles Chehade |
2019-12-21 | keep track of DATA length in mta_session, will be needed for smtp-out | Gilles Chehade |
2019-12-21 | keep track of the relay action in relays, will be used for smtp-out | Gilles Chehade |
2019-12-21 | do not pass rdns, fcrdns, ss_src and ss_dest with IMSG_FILTER_SMTP_BEGIN, | Gilles Chehade |
2019-12-21 | do not generate smtp reports for unfiltered sessions, the events will be | Gilles Chehade |
2019-12-19 | tweak previous; | Jason McIntyre |
2019-12-18 | give a better name to a couple functions and struct fields related to | Gilles Chehade |
2019-12-18 | teach relay action how to do domain-based relay host, this allows declaring | Gilles Chehade |
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 |