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

Eliminated mail_startup.options bits: MAIL_OPT_USE_RBL and RSS

(functionality now provided by dns_blacklists.cfg)
parent fd57777d
No related branches found
No related tags found
No related merge requests found
......@@ -680,9 +680,6 @@ int main(int argc, char** argv)
#ifdef __unix__
mail_startup.seteuid=do_seteuid;
#endif
/* Spam filtering */
mail_startup.options|=MAIL_OPT_USE_RBL; /* Realtime Blackhole List */
mail_startup.options|=MAIL_OPT_USE_RSS; /* Relay Spam Stopper */
strcpy(mail_startup.ctrl_dir,ctrl_dir);
#ifdef __unix__ /* Look up DNS server address */
......
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