diff options
author | 2004-01-26 04:49:11 +0000 | |
---|---|---|
committer | 2004-01-26 04:49:11 +0000 | |
commit | dfb2ae999e47479fbf15532b065d3b4f288a1bda (patch) | |
tree | 53b84806cf3b33fc352bf99b273788bb5453cb95 | |
parent | if one destroy fails, keep trying the others (diff) | |
download | wireguard-openbsd-dfb2ae999e47479fbf15532b065d3b4f288a1bda.tar.xz wireguard-openbsd-dfb2ae999e47479fbf15532b065d3b4f288a1bda.zip |
Make welcome banner match spamd's (is it chicken or is it fish?).
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/courtesan.mc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/courtesan.mc b/gnu/usr.sbin/sendmail/cf/cf/courtesan.mc index c81c1cab293..d6f5779276f 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/courtesan.mc +++ b/gnu/usr.sbin/sendmail/cf/cf/courtesan.mc @@ -9,12 +9,12 @@ divert(-1) # divert(0)dnl -VERSIONID(`$OpenBSD: courtesan.mc,v 1.13 2004/01/13 19:44:20 millert Exp $') +VERSIONID(`$OpenBSD: courtesan.mc,v 1.14 2004/01/26 04:49:11 millert Exp $') OSTYPE(openbsd) dnl dnl First, we override some default values define(`confTRY_NULL_MX_LIST', `True')dnl -define(`confSMTP_LOGIN_MSG', `$m Sendmail $v/$Z/courtesan ready at $b')dnl +define(`confSMTP_LOGIN_MSG', `$j spamd IP-based SPAM blocker; $d')dnl define(`confMAX_HOP', `20')dnl define(`confMAX_MIME_HEADER_LENGTH', `256/128')dnl dnl |