Deleted Added
full compact
Makefile (30581) Makefile (31467)
1default:
2.if exists(/etc/mail/ips.txt)
3 mv -f /etc/mail/ips.txt /etc/mail/ips.txt.0
4.endif
5 fetch ftp://ftp.gulf.net/pub/docs/ips.txt
6 cat /etc/mail/ips.txt | cut -d ' ' -f 1 | \
7 sed -e 's/$$/ #blocked. contact postmaster/' > \
8 /etc/mail/ips.new

--- 11 unchanged lines hidden (view full) ---

20 makemap hash /etc/mail/spamsites < /etc/mail/domains.txt
21.if exists(/etc/mail/spamsites.local)
22 makemap -o hash /etc/mail/spamsites < /etc/mail/spamsites.local
23.endif
24 makemap hash /etc/mail/denyip < /etc/mail/ips.txt
25.if exists(/etc/mail/denyip.local)
26 makemap -o hash /etc/mail/denyip < /etc/mail/denyip.local
27.endif
1default:
2.if exists(/etc/mail/ips.txt)
3 mv -f /etc/mail/ips.txt /etc/mail/ips.txt.0
4.endif
5 fetch ftp://ftp.gulf.net/pub/docs/ips.txt
6 cat /etc/mail/ips.txt | cut -d ' ' -f 1 | \
7 sed -e 's/$$/ #blocked. contact postmaster/' > \
8 /etc/mail/ips.new

--- 11 unchanged lines hidden (view full) ---

20 makemap hash /etc/mail/spamsites < /etc/mail/domains.txt
21.if exists(/etc/mail/spamsites.local)
22 makemap -o hash /etc/mail/spamsites < /etc/mail/spamsites.local
23.endif
24 makemap hash /etc/mail/denyip < /etc/mail/ips.txt
25.if exists(/etc/mail/denyip.local)
26 makemap -o hash /etc/mail/denyip < /etc/mail/denyip.local
27.endif
28.if exists(/etc/mail/fakenames)
29 makemap hash /etc/mail/fakenames < /etc/mail/fakenames
30.endif
28
29all: default install
31
32all: default install