From 005f91820b8bd49df75fdcb56a52ee8b0534347b Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Fri, 23 Jan 1998 01:58:49 +0000 Subject: [PATCH] Ask spammers to mail postmaster@$m, not postmaster@FreeBSD.ORG. --- etc/mail/sendmail.cf.additions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/mail/sendmail.cf.additions b/etc/mail/sendmail.cf.additions index 2710d1c1182..35b68c80be4 100644 --- a/etc/mail/sendmail.cf.additions +++ b/etc/mail/sendmail.cf.additions @@ -37,12 +37,12 @@ Scheck_relay R$* $| $* $: <$1 $| $2> $1 R<$*> $+.$+.$+ <$1> $3.$4 R<$*> $+.$+ $: <$1> $(spamsites $2.$3 $) -R<$*> $*.REJECT $#error $: "521 blocked. contact postmaster@FreeBSD.ORG" +R<$*> $*.REJECT $#error $: 521 blocked. contact postmaster@$m R<$*> $* $: $1 # host must NOT be in the "spamsites" database--END # ip address must NOT be in the "denyip" database--BEGIN R$* $| $* $: $1 $| $(denyip $2 $) -R$* $| $*.REJECT $#error $: "521 blocked. contact postmaster@FreeBSD.ORG" +R$* $| $*.REJECT $#error $: 521 blocked. contact postmaster@$m # ip address must NOT be in the "denyip" database--END R$* $@ OK