From: Ben Schmidt Date: Thu, 3 Oct 2013 21:16:36 +0000 (+1000) Subject: Fix reason in denial messages for mails without the list in To: or CC:. X-Git-Tag: RELEASE_1_2_19b1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ba2cdada48b51ba2950b82919ca007c130c1295;p=thirdparty%2Fmlmmj.git Fix reason in denial messages for mails without the list in To: or CC:. --HG-- extra : rebase_source : 6eb70c1fa7711e89381ee8dfd2742cd45548a205 --- diff --git a/src/mlmmj-process.c b/src/mlmmj-process.c index dc8df4e0..e79085d4 100644 --- a/src/mlmmj-process.c +++ b/src/mlmmj-process.c @@ -872,7 +872,7 @@ int main(int argc, char **argv) fromaddr = concatstr(4, listname, listdelim, "bounces-help@", listfqdn); txt = open_text(listdir, "deny", "post", - "notintocc", NULL, "notintocc"); + "tocc", NULL, "notintocc"); MY_ASSERT(txt); register_unformatted(txt, "subject", subject); register_unformatted(txt, "posteraddr", posteraddr);