From e85a7ad5e4b86e82cf7150532bfe8c261bd1cca9 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Fri, 28 Jul 2006 11:39:11 +0000 Subject: Add { !eq{$h_list-id:$h_list-post:$h_list-subscribe:}{} } as another "don't send" delay warning condition by default. --- src/src/globals.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/src/globals.c b/src/src/globals.c index e17eba728..84d564ab8 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/globals.c,v 1.56 2006/07/13 14:46:05 ph10 Exp $ */ +/* $Cambridge: exim/src/src/globals.c,v 1.57 2006/07/28 11:39:11 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -451,6 +451,7 @@ unsigned int debug_selector = 0; int delay_warning[DELAY_WARNING_SIZE] = { DELAY_WARNING_SIZE, 1, 24*60*60 }; uschar *delay_warning_condition= US"${if or {" + "{ !eq{$h_list-id:$h_list-post:$h_list-subscribe:}{} }" "{ match{$h_precedence:}{(?i)bulk|list|junk} }" "{ match{$h_auto-submitted:}{(?i)auto-generated|auto-replied} }" "} {no}{yes}}"; -- cgit v1.2.3