diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-01-01 20:39:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-01-01 20:39:20 +0000 |
commit | 3b8408a2bac043c5771c0b130d62b5f09a7eb513 (patch) | |
tree | 351317687d5dc958988802049ffe7b5916760868 /gnu/usr.sbin | |
parent | ca99f1ac04361a3826ef7aa2d09eff30344e9b15 (diff) |
Fix real source of error message when FEATURE(nullclient) is used.
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/m4/proto.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/m4/proto.m4 b/gnu/usr.sbin/sendmail/cf/m4/proto.m4 index 4faf0795cf0..9ce4228853b 100644 --- a/gnu/usr.sbin/sendmail/cf/m4/proto.m4 +++ b/gnu/usr.sbin/sendmail/cf/m4/proto.m4 @@ -205,13 +205,13 @@ ifdef(`_CERT_REGEX_SUBJECT_', `dnl KCERTSubject regex _CERT_REGEX_SUBJECT_', `dnl') ifdef(`LOCAL_RELAY', `dnl -# who I send unqualified names to if FEATURE(stickyhost) is used +# who I send unqualified names to if `FEATURE(stickyhost)' is used # (null means deliver locally) DR`'LOCAL_RELAY') ifdef(`MAIL_HUB', `dnl # who gets all local email traffic -# ($R has precedence for unqualified names if FEATURE(stickyhost) is used) +# ($R has precedence for unqualified names if `FEATURE(stickyhost)' is used) DH`'MAIL_HUB') # dequoting map |