diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2004-03-10 00:33:40 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2004-03-10 00:33:40 +0000 |
commit | 4f26ef1676ce7869245e2547e09ded62de1c5f1b (patch) | |
tree | eb7d30a8750e1e67f92122292575f99233f106a0 /libexec | |
parent | dbba56e4a3fed136af84cf1dc610d3299c62ebf2 (diff) |
fix missing space, also from
yongari@kt-is.co.kr
ok deraadt@
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/spamd/spamd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/spamd/spamd.c b/libexec/spamd/spamd.c index 343246a0fb4..cc813202193 100644 --- a/libexec/spamd/spamd.c +++ b/libexec/spamd/spamd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamd.c,v 1.56 2004/03/10 00:32:54 beck Exp $ */ +/* $OpenBSD: spamd.c,v 1.57 2004/03/10 00:33:39 beck Exp $ */ /* * Copyright (c) 2002 Theo de Raadt. All rights reserved. @@ -474,7 +474,7 @@ nomatch: if (cp->blacklists != NULL) asprintf(&cp->obuf, "%s-Sorry %s\n" - "%s-You are trying to send mail from an address" + "%s-You are trying to send mail from an address " "listed by one\n" "%s or more IP-based registries as being a SPAM source.\n", nreply, cp->addr, nreply, nreply); |