diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fetchmail.h b/fetchmail.h index f3522c51..b7a048b6 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -370,9 +370,9 @@ int gen_transact (); extern int phase; /* mark values for name lists */ -#define XMIT_ACCEPT 1 -#define XMIT_REJECT 2 -#define XMIT_ANTISPAM 3 +#define XMIT_ACCEPT 1 /* accepted; matches local domain or name */ +#define XMIT_REJECT 2 /* rejected; no match */ +#define XMIT_RCPTBAD 3 /* SMTP listener rejected the name */ /* sink.c: forwarding */ int stuffline(struct query *, char *); |