Searched refs:deliver_command (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/local/
H A Dtoken.c160 status = deliver_command(state, usr_attr, STR(addr_buf) + 1);
H A Dmailbox.c339 status = deliver_command(state, usr_attr, map_command);
346 status = deliver_command(state, usr_attr, var_mailbox_command);
H A Dcommand.c9 /* int deliver_command(state, usr_attr, command)
14 /* deliver_command() runs a command with a message as standard
35 /* deliver_command() returns non-zero when delivery should be
82 /* deliver_command - deliver to shell command */
84 int deliver_command(LOCAL_STATE state, USER_ATTR usr_attr, const char *command) function
86 const char *myname = "deliver_command";
H A Dlocal.h176 extern int deliver_command(LOCAL_STATE, USER_ATTR, const char *);

Completed in 64 milliseconds