Skip to content
Snippets Groups Projects
Commit 60809d7f authored by rswindell's avatar rswindell
Browse files

Renamed MAIL_OPT_DNSBL_CHECK_ALL to MAIL_OPT_DNSBL_CHKRECVHDRS.

parent 992f6de3
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ typedef struct {
#define MAIL_OPT_DNSBL_REFUSE (1<<15) /* Refuse session, return error */
#define MAIL_OPT_DNSBL_IGNORE (1<<16) /* Dump mail, return success */
#define MAIL_OPT_DNSBL_BADUSER (1<<17) /* Refuse mail (bad user name) */
#define MAIL_OPT_DNSBL_CHECK_ALL (1<<18) /* Check all Recieved: from addresses */
#define MAIL_OPT_DNSBL_CHKRECVHDRS (1<<18) /* Check all Recieved: from addresses */
#define MAIL_OPT_DNSBL_DEBUG (1<<20) /* Debug DNSBL activity */
#define MAIL_OPT_SMTP_AUTH_VIA_IP (1<<21) /* Allow SMTP authentication via IP */
#define MAIL_OPT_NO_RECYCLE (1<<27) /* Disable recycling of server */
......
......@@ -121,7 +121,7 @@ static ini_bitdesc_t mail_options[] = {
{ MAIL_OPT_DNSBL_IGNORE ,"DNSBL_IGNORE" },
{ MAIL_OPT_DNSBL_BADUSER ,"DNSBL_BADUSER" },
{ MAIL_OPT_DNSBL_DEBUG ,"DNSBL_DEBUG" },
{ MAIL_OPT_DNSBL_CHECK_ALL ,"DNSBL_CHECK_ALL" },
{ MAIL_OPT_DNSBL_CHKRECVHDRS ,"DNSBL_CHKRECVHDRS" },
{ MAIL_OPT_NO_RECYCLE ,"NO_RECYCLE" },
{ MAIL_OPT_LOCAL_TIMEZONE ,"LOCAL_TIMEZONE" },
{ MAIL_OPT_MUTE ,"MUTE" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment