diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/2500 | 2 | ||||
-rw-r--r-- | test/log/2500 | 6 | ||||
-rw-r--r-- | test/paniclog/2500 | 2 | ||||
-rw-r--r-- | test/rejectlog/2500 | 23 | ||||
-rw-r--r-- | test/scripts/2500-dsearch/2500 | 4 | ||||
-rw-r--r-- | test/stderr/2500 | 2 |
6 files changed, 39 insertions, 0 deletions
diff --git a/test/confs/2500 b/test/confs/2500 index 72bb374ec..0c5ee2f74 100644 --- a/test/confs/2500 +++ b/test/confs/2500 @@ -6,4 +6,6 @@ primary_hostname = myhost.test.ex # ----- Main settings ----- +acl_not_smtp = accept set acl_m0 = ${lookup {key} dsearch {DIR/$recipients}} + # End diff --git a/test/log/2500 b/test/log/2500 new file mode 100644 index 000000000..4432783ad --- /dev/null +++ b/test/log/2500 @@ -0,0 +1,6 @@ +1999-03-02 09:44:33 10HmaX-0005vi-00 Tainted filename for search: 'TESTSUITE/tainted@test.ex' +1999-03-02 09:44:33 10HmaX-0005vi-00 F=<CALLER@myhost.test.ex> rejected by non-SMTP ACL: failed to expand ACL string "accept set acl_m0 = ${lookup {key} dsearch {TESTSUITE/$recipients}}": NULL +1999-03-02 09:44:33 10HmaY-0005vi-00 Tainted filename for search: 'TESTSUITE/CALLER@myhost.test.ex' +1999-03-02 09:44:33 10HmaY-0005vi-00 F=<> rejected by non-SMTP ACL: failed to expand ACL string "accept set acl_m0 = ${lookup {key} dsearch {TESTSUITE/$recipients}}": NULL +1999-03-02 09:44:33 10HmaY-0005vi-00 Error while reading message with no usable sender address (R=10HmaX-0005vi-00): rejected by non-SMTP ACL: local configuration problem +1999-03-02 09:44:33 10HmaX-0005vi-00 Child mail process returned status 1 diff --git a/test/paniclog/2500 b/test/paniclog/2500 new file mode 100644 index 000000000..2a988dbaa --- /dev/null +++ b/test/paniclog/2500 @@ -0,0 +1,2 @@ +1999-03-02 09:44:33 10HmaX-0005vi-00 Tainted filename for search: 'TESTSUITE/tainted@test.ex' +1999-03-02 09:44:33 10HmaY-0005vi-00 Tainted filename for search: 'TESTSUITE/CALLER@myhost.test.ex' diff --git a/test/rejectlog/2500 b/test/rejectlog/2500 new file mode 100644 index 000000000..8c09f1568 --- /dev/null +++ b/test/rejectlog/2500 @@ -0,0 +1,23 @@ +1999-03-02 09:44:33 10HmaX-0005vi-00 F=<CALLER@myhost.test.ex> rejected by non-SMTP ACL: failed to expand ACL string "accept set acl_m0 = ${lookup {key} dsearch {TESTSUITE/$recipients}}": NULL +Envelope-from: <CALLER@myhost.test.ex> +Envelope-to: <tainted@test.ex> +P Received: from CALLER by myhost.test.ex with local (Exim x.yz) + (envelope-from <CALLER@myhost.test.ex>) + id 10HmaX-0005vi-00 + for tainted@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +I Message-Id: <E10HmaX-0005vi-00@myhost.test.ex> +F From: CALLER_NAME <CALLER@myhost.test.ex> + Date: Tue, 2 Mar 1999 09:44:33 +0000 +1999-03-02 09:44:33 10HmaY-0005vi-00 F=<> rejected by non-SMTP ACL: failed to expand ACL string "accept set acl_m0 = ${lookup {key} dsearch {TESTSUITE/$recipients}}": NULL +Envelope-from: <> +Envelope-to: <CALLER@myhost.test.ex> +P Received: from EXIMUSER by myhost.test.ex with local (Exim x.yz) + id 10HmaY-0005vi-00 + for CALLER@myhost.test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + Auto-Submitted: auto-replied +F From: Mail Delivery System <Mailer-Daemon@myhost.test.ex> +T To: CALLER@myhost.test.ex + References: <E10HmaX-0005vi-00@myhost.test.ex> + Subject: Mail failure - rejected by local scanning code +I Message-Id: <E10HmaY-0005vi-00@myhost.test.ex> + Date: Tue, 2 Mar 1999 09:44:33 +0000 diff --git a/test/scripts/2500-dsearch/2500 b/test/scripts/2500-dsearch/2500 index 993c361c8..49e2a3761 100644 --- a/test/scripts/2500-dsearch/2500 +++ b/test/scripts/2500-dsearch/2500 @@ -7,3 +7,7 @@ fail: ${lookup{TESTNUM.tst} dsearch{DIR/dir_not_here}{$value}{FAIL}} fail(case): ${lookup{TESTNUM.TST} dsearch{DIR/aux-fixed}{$value}{FAIL}} fail(case): ${lookup{TESTNUM.TST} dsearch{DIR/AUX-fixed}{$value}{FAIL}} **** +# +1 +exim tainted@test.ex +**** diff --git a/test/stderr/2500 b/test/stderr/2500 new file mode 100644 index 000000000..2a988dbaa --- /dev/null +++ b/test/stderr/2500 @@ -0,0 +1,2 @@ +1999-03-02 09:44:33 10HmaX-0005vi-00 Tainted filename for search: 'TESTSUITE/tainted@test.ex' +1999-03-02 09:44:33 10HmaY-0005vi-00 Tainted filename for search: 'TESTSUITE/CALLER@myhost.test.ex' |