smtp_filter_phase
smtp_filter_phase(FILTER_HELO, s, args);
smtp_filter_phase(FILTER_EHLO, s, args);
smtp_filter_phase(FILTER_STARTTLS, s, NULL);
smtp_filter_phase(FILTER_AUTH, s, args);
smtp_filter_phase(FILTER_MAIL_FROM, s, args);
smtp_filter_phase(FILTER_RCPT_TO, s, args);
smtp_filter_phase(FILTER_RSET, s, NULL);
smtp_filter_phase(FILTER_DATA, s, NULL);
smtp_filter_phase(FILTER_QUIT, s, NULL);
smtp_filter_phase(FILTER_NOOP, s, NULL);
smtp_filter_phase(FILTER_CONNECT, s, ss_to_text(&s->ss));
static void smtp_filter_phase(enum filter_phase, struct smtp_session *, const char *);
smtp_filter_phase(FILTER_COMMIT, tx->session, NULL);