freebsd-dev/etc/mail/Makefile
Jonathan M. Bresler 26d61b5ba8 Do not try to fetch anti-spam files from gulf.net.
They nolonger provide a list of spam domains and
	spam ip address ranges.
1999-01-31 15:21:15 +00:00

14 lines
450 B
Makefile

# $Id: Makefile,v 1.5 1998/09/13 23:14:20 brian Exp $
install:
/usr/sbin/makemap hash /etc/mail/spamsites < /etc/mail/block_domains.txt
.if exists(/etc/mail/spamsites.local)
/usr/sbin/makemap -o hash /etc/mail/spamsites < /etc/mail/spamsites.local
.endif
/usr/sbin/makemap hash /etc/mail/denyip < /etc/mail/block_ips.txt
.if exists(/etc/mail/denyip.local)
/usr/sbin/makemap -o hash /etc/mail/denyip < /etc/mail/denyip.local
.endif
all: install