Searched refs:mailerr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/mail.local/ |
H A D | mail.local.c | 183 void mailerr __P((const char *, const char *, ...)); 238 mailerr("421", "Configuration error: _PATH_MAILDIR too large"); 278 mailerr(NULL, "Multiple -f options"); 289 mailerr(NULL, "-h: missing filename"); 306 mailerr(NULL, "-H: missing hashinfo"); 322 mailerr(NULL, "-H: unknown hash type"); 327 mailerr(NULL, "-H: invalid hash depth"); 333 mailerr(NULL, "-H: invalid hash depth"); 347 mailerr(NULL, "-p: missing spool path"); 353 mailerr(NULL, "-p: invalid spool path"); [all …]
|