changeset 888:7e47a2a6a0bf

Fix reason in denial messages for mails without the list in To: or CC:.
author Ben Schmidt
date Fri, 04 Oct 2013 07:16:36 +1000
parents 58004be79ae0
children aa9e8d93c782
files src/mlmmj-process.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mlmmj-process.c	Wed Feb 05 17:09:27 2014 +1100
+++ b/src/mlmmj-process.c	Fri Oct 04 07:16:36 2013 +1000
@@ -872,7 +872,7 @@
 		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);