]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Fix reason in denial messages for mails without the list in To: or CC:.
authorBen Schmidt <none@none>
Thu, 3 Oct 2013 21:16:36 +0000 (07:16 +1000)
committerBen Schmidt <none@none>
Thu, 3 Oct 2013 21:16:36 +0000 (07:16 +1000)
--HG--
extra : rebase_source : 6eb70c1fa7711e89381ee8dfd2742cd45548a205

src/mlmmj-process.c

index dc8df4e0aafdd4345c1da42018e32062de5d1522..e79085d4ebc0dc43b6224c6bca3f57c4a57e88cf 100644 (file)
@@ -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);