Mercurial > dnsbl
diff src/dnsbl.cpp @ 13:2752e512fd32 stable-2-1
finish documentation
author | carl |
---|---|
date | Sun, 25 Apr 2004 11:36:08 -0700 |
parents | 6ac6d6b822ce |
children | 443aa0e8c6fa |
line wrap: on
line diff
--- a/src/dnsbl.cpp Fri Apr 23 22:45:10 2004 -0700 +++ b/src/dnsbl.cpp Sun Apr 25 11:36:08 2004 -0700 @@ -12,6 +12,15 @@ -c Check the config, and print a copy to stdout. Don't start the milter or do anything with the socket. +TODO: +1) Add config for max_recipients for each mail domain. Recipients in +excess of that limit will be rejected, and the entire data will be +rejected if it is sent. + +2) Add config for poison addresses. If any recipient is poison, all +recipients are rejected even if they would be whitelisted, and the +data is rejected if sent. + */