comparison 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
comparison
equal deleted inserted replaced
12:6ac6d6b822ce 13:2752e512fd32
9 9
10 -p port The port through which the MTA will connect to this milter. 10 -p port The port through which the MTA will connect to this milter.
11 -t sec The timeout value. 11 -t sec The timeout value.
12 -c Check the config, and print a copy to stdout. Don't start the 12 -c Check the config, and print a copy to stdout. Don't start the
13 milter or do anything with the socket. 13 milter or do anything with the socket.
14
15 TODO:
16 1) Add config for max_recipients for each mail domain. Recipients in
17 excess of that limit will be rejected, and the entire data will be
18 rejected if it is sent.
19
20 2) Add config for poison addresses. If any recipient is poison, all
21 recipients are rejected even if they would be whitelisted, and the
22 data is rejected if sent.
14 23
15 */ 24 */
16 25
17 26
18 // from sendmail sample 27 // from sendmail sample