Searched refs:reply (Results 1 - 6 of 6) sorted by relevance
/sendmail/sendmail/ |
H A D | sm_resolve.c | 158 ** PARSE_DNS_REPLY -- parse DNS reply data. 402 unsigned char *reply; local 428 reply = (unsigned char *)&reply_buf; 429 len = res_search(domain, rr_class, rr_type, reply, SMRBSIZE); 445 reply = (unsigned char *)sm_malloc(IP_MAXPACKET); 446 if (reply == NULL) 450 reply, IP_MAXPACKET); 459 if (len >= 0 && len < IP_MAXPACKET && reply != NULL) 460 r = parse_dns_reply(reply, len); 461 if (reply ! [all...] |
H A D | usersmtp.c | 138 r = reply(m, mci, e, TimeOuts.to_initial, esmtp_check, NULL, XS_GREET); 181 r = reply(m, mci, e, 237 r = reply(m, mci, e, TimeOuts.to_miscshort, NULL, &enhsc, 275 ** firstline -- set if this is the first line of the reply. 394 ** firstline -- set if this is the first line of the reply. 598 ** This gets the relevant sasl response data out of the reply 603 ** firstline -- set if this is the first line of the reply. 1773 ** "Unlike a zero-length client answer to a 334 reply, a zero- 1796 /* get the reply */ 1797 smtpresult = reply( 3052 reply(m, mci, e, timeout, pfunc, enhstat, rtype) function [all...] |
H A D | sendmail.h | 699 char *mci_sasl_string; /* sasl reply string */ 2267 /* reply types (text in SmtpMsgBuffer) */ 2317 EXTERN bool OnlyOneError; /* .... or only want to give one SMTP reply */ 2380 EXTERN char *MessageAccept; /* "Message accepted for delivery" reply text */ 2528 extern int reply __P((MAILER *, MCI *, ENVELOPE *, time_t, void (*)__P((char *, bool, MAILER *, MCI *, ENVELOPE *)), char **, int)); 2544 #define REPLYTYPE(r) ((r) / 100) /* first digit of reply code */ 2545 #define REPLYCLASS(r) (((r) / 10) % 10) /* second digit of reply code */ 2546 #define REPLYMINOR(r) ((r) % 10) /* last digit of reply code */
|
H A D | deliver.c | 6133 /* get the reply */ 6134 smtpresult = reply(m, mci, e, TimeOuts.to_starttls, NULL, NULL, 6145 /* not an expected reply but we have to deal with it */
|
/sendmail/contrib/ |
H A D | smcontrol.pl | 68 # reply from sendmail daemon 76 my @reply; 97 @reply = <SOCK>; 99 return join '', @reply;
|
H A D | doublebounce.pl | 177 /^(reply-to): (.*)/i ||
|
Completed in 454 milliseconds