Home
last modified time | relevance | path

Searched refs:smtp_check_mail_from (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/smtpd/
Dsmtp_session.c212 static int smtp_check_mail_from(struct smtp_session *, const char *);
275 …{ CMD_MAIL_FROM, FILTER_MAIL_FROM, "MAIL FROM", smtp_check_mail_from, smtp_proce…
1314 if (!smtp_check_mail_from(s, args)) in smtp_command()
1527 smtp_check_mail_from(struct smtp_session *s, const char *args) in smtp_check_mail_from() function