Lines Matching defs:ENVELOPE

224 typedef struct envelope	ENVELOPE;
347 extern char *crackaddr __P((char *, ENVELOPE *));
350 extern int include __P((char *, bool, ADDRESS *, ADDRESS **, int, ENVELOPE *));
353 ENVELOPE *, bool));
356 extern ADDRESS *recipient __P((ADDRESS *, ADDRESS **, int, ENVELOPE *));
357 extern char *remotename __P((char *, MAILER *, int, int *, ENVELOPE *));
358 extern int rewrite __P((char **, int, int, ENVELOPE *, int));
360 extern int sendtolist __P((char *, ADDRESS *, ADDRESS **, int, ENVELOPE *));
362 extern int removefromlist __P((char *, ADDRESS **, ENVELOPE *));
364 extern void setsender __P((char *, ENVELOPE *, char **, int, bool));
365 typedef void esmtp_args_F __P((ADDRESS *, char *, char *, ENVELOPE *));
366 extern void parse_esmtp_args __P((ENVELOPE *, ADDRESS *, char *, char *,
370 extern void reset_mail_esmtp_args __P((ENVELOPE *));
840 extern void addheader __P((char *, char *, int, ENVELOPE *, bool));
841 extern unsigned long chompheader __P((char *, int, HDR **, ENVELOPE *));
842 extern bool commaize __P((HDR *, char *, bool, MCI *, ENVELOPE *, int));
844 extern void eatheader __P((ENVELOPE *, bool, bool));
846 extern void insheader __P((int, char *, char *, int, ENVELOPE *, bool));
848 extern bool putfromline __P((MCI *, ENVELOPE *));
903 bool (*e_puthdr)__P((MCI *, HDR *, ENVELOPE *, int));
905 bool (*e_putbody)__P((MCI *, ENVELOPE *, char *));
907 ENVELOPE *e_parent; /* the message this one encloses */
908 ENVELOPE *e_sibling; /* the next envelope of interest */
1000 extern ENVELOPE BlankEnvelope;
1003 extern void clearenvelope __P((ENVELOPE *, bool, SM_RPOOL_T *));
1004 extern int dropenvelope __P((ENVELOPE *, bool, bool));
1005 extern ENVELOPE *newenvelope __P((ENVELOPE *, ENVELOPE *, SM_RPOOL_T *));
1006 extern void clrsessenvelope __P((ENVELOPE *));
1007 extern void printenvflags __P((ENVELOPE *));
1008 extern bool putbody __P((MCI *, ENVELOPE *, char *));
1009 extern bool putheader __P((MCI *, HDR *, ENVELOPE *, int));
1138 extern void expand __P((char *, char *, size_t, ENVELOPE *));
1142 extern char *macvalue __P((int, ENVELOPE *));
1143 extern int rscheck __P((char *, char *, char *, ENVELOPE *, int, int, char *, char *, ADDRESS *));
1144 extern int rscap __P((char *, char *, char *, ENVELOPE *, char ***, char *, int));
1349 extern void maplocaluser __P((ADDRESS *, ADDRESS **, int, ENVELOPE *));
1355 extern int udbexpand __P((ADDRESS *, ADDRESS **, int, ENVELOPE *));
1449 extern char *validate_connection __P((SOCKADDR *, char *, ENVELOPE *));
1651 extern void set_delivery_mode __P((int, ENVELOPE *));
1749 extern bool mime7to8 __P((MCI *, HDR *, ENVELOPE *));
1750 extern int mime8to7 __P((MCI *, HDR *, ENVELOPE *, char **, int, int));
1761 extern int returntosender __P((char *, ADDRESS *, int, ENVELOPE *));
1853 extern void vendor_daemon_setup __P((ENVELOPE *));
2068 extern void assign_queueid __P((ENVELOPE *));
2072 extern void initsys __P((ENVELOPE *));
2073 extern void loseqfile __P((ENVELOPE *, char *));
2075 extern char *qid_printname __P((ENVELOPE *));
2078 extern char *queuename __P((ENVELOPE *, int));
2079 extern void queueup __P((ENVELOPE *, bool, bool));
2084 extern bool setnewqueue __P((ENVELOPE *));
2478 EXTERN ENVELOPE *CurEnv; /* envelope currently being processed */
2498 extern void closexscript __P((ENVELOPE *));
2499 extern void openxscript __P((ENVELOPE *));
2513 extern void alias __P((ADDRESS *, ADDRESS **, int, ENVELOPE *));
2515 extern void forward __P((ADDRESS *, ADDRESS **, int, ENVELOPE *));
2521 extern void logdelivery __P((MAILER *, MCI *, char *, const char *, ADDRESS *, time_t, ENVELOPE *));
2522 extern void logsender __P((ENVELOPE *, char *));
2526 extern void giveresponse __P((int, char *, MAILER *, MCI *, ADDRESS *, time_t, ENVELOPE *, ADDRESS *));
2527 extern int reply __P((MAILER *, MCI *, ENVELOPE *, time_t, void (*)__P((char *, bool, MAILER *, MCI *, ENVELOPE *)), char **, int));
2528 extern void smtp __P((char *volatile, BITMAP256, ENVELOPE *volatile));
2530 extern int smtpauth __P((MAILER *, MCI *, ENVELOPE *));
2532 extern int smtpdata __P((MAILER *, MCI *, ENVELOPE *, ADDRESS *, time_t));
2533 extern int smtpgetstat __P((MAILER *, MCI *, ENVELOPE *));
2534 extern int smtpmailfrom __P((MAILER *, MCI *, ENVELOPE *));
2536 extern void smtpinit __P((MAILER *, MCI *, ENVELOPE *, bool));
2539 extern void smtpquit __P((MAILER *, MCI *, ENVELOPE *));
2540 extern int smtprcpt __P((ADDRESS *, MAILER *, MCI *, ENVELOPE *, ADDRESS *, time_t));
2541 extern void smtprset __P((MAILER *, MCI *, ENVELOPE *));
2553 extern pid_t dowork __P((int, int, char *, bool, bool, ENVELOPE *));
2554 extern pid_t doworklist __P((ENVELOPE *, bool, bool));
2555 extern int endmailer __P((MCI *, ENVELOPE *, char **));
2556 extern int mailfile __P((char *volatile, MAILER *volatile, ADDRESS *, volatile long, ENVELOPE *));
2557 extern void sendall __P((ENVELOPE *, int));
2565 extern void markstats __P((ENVELOPE *, ADDRESS *, int));
2572 extern void control_command __P((int, ENVELOPE *));
2580 extern bool milter_init __P((ENVELOPE *, char *, milters_T *));
2581 extern void milter_quit __P((ENVELOPE *));
2582 extern void milter_abort __P((ENVELOPE *));
2583 extern char *milter_connect __P((char *, SOCKADDR, ENVELOPE *, char *));
2584 extern char *milter_helo __P((char *, ENVELOPE *, char *));
2585 extern char *milter_envfrom __P((char **, ENVELOPE *, char *));
2586 extern char *milter_data_cmd __P((ENVELOPE *, char *));
2587 extern char *milter_envrcpt __P((char **, ENVELOPE *, char *, bool));
2588 extern char *milter_data __P((ENVELOPE *, char *));
2589 extern char *milter_unknown __P((char *, ENVELOPE *, char *));
2596 extern void auth_warning __P((ENVELOPE *, const char *, ...));
2604 extern int checkcompat __P((ADDRESS *, ENVELOPE *));
2617 extern void collect __P((SM_FILE_T *, bool, HDR **, ENVELOPE *, bool));
2618 extern bool connection_rate_check __P((SOCKADDR *, ENVELOPE *));
2624 extern char *defcharset __P((ENVELOPE *));
2626 extern void dferror __P((SM_FILE_T *volatile, char *, ENVELOPE *));
2627 extern void disconnect __P((int, ENVELOPE *));
2638 extern bool enoughdiskspace __P((long, ENVELOPE *));
2656 extern BITMAP256 *getrequests __P((ENVELOPE *));
2658 extern void help __P((char *, ENVELOPE *));
2662 extern void initmacros __P((ENVELOPE *));
2664 extern void init_vendor_macros __P((ENVELOPE *));
2670 extern void log_sendmail_pid __P((ENVELOPE *));
2671 extern void logundelrcpts __P((ENVELOPE *, char *, int, bool));
2675 extern int makeconnection __P((char *, volatile unsigned int, MCI *, ENVELOPE *, time_t));
2677 extern void markfailure __P((ENVELOPE *, ADDRESS *, MCI *, int, bool));
2687 extern int pickqdir __P((QUEUEGRP *qg, long fsize, ENVELOPE *e));
2695 extern pid_t prog_open __P((char **, int *, ENVELOPE *));
2698 extern void queueup_macros __P((int, SM_FILE_T *, ENVELOPE *));
2699 extern void readcf __P((char *, bool, ENVELOPE *));
2707 extern bool savemail __P((ENVELOPE *, bool));
2709 extern void sendtoargv __P((char **, ENVELOPE *));
2712 extern void setdefaults __P((ENVELOPE *));
2716 extern void setoption __P((int, char *, bool, bool, ENVELOPE *));
2719 extern void settime __P((ENVELOPE *));
2737 extern void sm_setproctitle __P((bool, ENVELOPE *, const char *, ...));
2739 extern bool split_by_recipient __P((ENVELOPE *e));
2754 extern void unlockqueue __P((ENVELOPE *));
2761 extern void upd_qs __P((ENVELOPE *, int, int, char *));
2770 extern void vendor_post_defaults __P((ENVELOPE *));
2771 extern void vendor_pre_defaults __P((ENVELOPE *));