From ddcc491837e5b2c1e741eac54dc4058e2f77e398 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 24 Feb 2010 23:28:44 +0100 Subject: Rename bad-header pass to bad-header accept, ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to resolve an ambiguity found by Frédéric Marchal. --- transact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transact.c') diff --git a/transact.c b/transact.c index 9d151607..857d7a35 100644 --- a/transact.c +++ b/transact.c @@ -584,7 +584,7 @@ eoh: * MacGregor) */ if (!refuse_mail - && !ctl->server.badheader == BHPASS + && !ctl->server.badheader == BHACCEPT && !isspace((unsigned char)line[0]) && !strchr(line, ':')) { -- cgit v1.2.3