*** smtpcheck- Thu Sep 24 18:32:20 1998 --- smtpcheck Fri Sep 25 07:40:24 1998 *************** *** 2,8 **** # smtpcheck: smtp processing restrictions # ! REVISION_ID='@(#)smtpcheck 3.88 (motonori/WIDE) 24 Sep 1998' #|#MAIL_RELAY_RESTRICTION=yes #|#WITH_OLD_CF=no # (just for smtpcheck.def) --- 2,8 ---- # smtpcheck: smtp processing restrictions # ! REVISION_ID='@(#)smtpcheck 3.89 (motonori/WIDE) 25 Sep 1998' #|#MAIL_RELAY_RESTRICTION=yes #|#WITH_OLD_CF=no # (just for smtpcheck.def) *************** *** 549,558 **** SCheck_mail_dns\ # verify returnability of the sender address\ R$*<@$*>$* $: $(resolv $2. $: $2 $) host part\ ! R$* $: $(define Unreturnable: $2 $@ {SenderMark} $)\ ! R$* $: $(syslog check_mail $2 $)\ ! #R$* $: $(define Unresolved: $2 $@ {SenderMark} $)\ ! #R$* $: $(syslog check_mail $2 $)\ R$* $@ OK\ ' --- 549,558 ---- SCheck_mail_dns\ # verify returnability of the sender address\ R$*<@$*>$* $: $(resolv $2. $: $2 $) host part\ ! R$* $: $(define Unreturnable: $1 $@ {SenderMark} $)\ ! R$* $: $(syslog check_mail $1 $)\ ! #R$* $: $(define Unresolved: $1 $@ {SenderMark} $)\ ! #R$* $: $(syslog check_mail $1 $)\ R$* $@ OK\ ' *************** *** 571,578 **** SCheck_mail_dns\ # verify returnability of the sender address\ R$*<@$*>$* $: $(resolv $2. $: $2 $) host part\ ! R$* $: $(syslog check_mail Unreturnable address: $2 $)\ ! #R$* $: $(syslog check_mail Unresolved address: $2 $)\ R$* $@ OK\ ' --- 571,578 ---- SCheck_mail_dns\ # verify returnability of the sender address\ R$*<@$*>$* $: $(resolv $2. $: $2 $) host part\ ! R$* $: $(syslog check_mail Unreturnable address: $1 $)\ ! #R$* $: $(syslog check_mail Unresolved address: $1 $)\ R$* $@ OK\ '