From 1eccaa59eb366c180c36af219a142d8f934f73b0 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 10 Oct 2006 15:36:50 +0000 Subject: Sort out group syntax problems, particularly with verify=header_sender. --- test/scripts/0000-Basic/0026 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'test/scripts') diff --git a/test/scripts/0000-Basic/0026 b/test/scripts/0000-Basic/0026 index e81e0d9d0..7489cbd74 100644 --- a/test/scripts/0000-Basic/0026 +++ b/test/scripts/0000-Basic/0026 @@ -104,4 +104,31 @@ Message 10 . quit **** +# Group syntax in reply-to header, but no address (falls back to From: for +# header_sender check - From: is valid) +exim -odi -bs +mail from:<> +rcpt to: +data +to: group name: x@y, p@q; +reply-to: group name:; +from: userx@test.ex + +Message 11 +. +quit +**** +# Group syntax in reply-to header, but no address (falls back to From: for +# header_sender check - but there is no From:) +exim -odi -bs +mail from:<> +rcpt to: +data +to: group name: x@y, p@q; +reply-to: group name:; + +Message 12 +. +quit +**** no_msglog_check -- cgit v1.2.3