From 25beaee4c28ed29a37078e6c68fa3d18ced6ec8c Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sun, 16 Sep 2018 21:20:44 +0100 Subject: Fix filter noerror command. Bug 2318 --- test/aux-fixed/0616.filter | 3 +++ test/aux-fixed/0617.filter | 3 +++ test/confs/0616 | 40 ++++++++++++++++++++++++++++++++++++++++ test/confs/0617 | 40 ++++++++++++++++++++++++++++++++++++++++ test/log/0617 | 9 +++++++++ test/scripts/0000-Basic/0616 | 25 +++++++++++++++++++++++++ test/scripts/0000-Basic/0617 | 25 +++++++++++++++++++++++++ test/stdout/0616 | 30 ++++++++++++++++++++++++++++++ test/stdout/0617 | 30 ++++++++++++++++++++++++++++++ 9 files changed, 205 insertions(+) create mode 100644 test/aux-fixed/0616.filter create mode 100644 test/aux-fixed/0617.filter create mode 100644 test/confs/0616 create mode 100644 test/confs/0617 create mode 100644 test/log/0617 create mode 100644 test/scripts/0000-Basic/0616 create mode 100644 test/scripts/0000-Basic/0617 create mode 100644 test/stdout/0616 create mode 100644 test/stdout/0617 (limited to 'test') diff --git a/test/aux-fixed/0616.filter b/test/aux-fixed/0616.filter new file mode 100644 index 000000000..283d823da --- /dev/null +++ b/test/aux-fixed/0616.filter @@ -0,0 +1,3 @@ +# Exim filter + +unseen noerror deliver usery@domain1 diff --git a/test/aux-fixed/0617.filter b/test/aux-fixed/0617.filter new file mode 100644 index 000000000..394d1b2df --- /dev/null +++ b/test/aux-fixed/0617.filter @@ -0,0 +1,3 @@ +# Exim filter + +unseen deliver usery@domain1 diff --git a/test/confs/0616 b/test/confs/0616 new file mode 100644 index 000000000..e710a4bc5 --- /dev/null +++ b/test/confs/0616 @@ -0,0 +1,40 @@ +# Exim test configuration 0616 + +.include DIR/aux-var/std_conf_prefix + +# ----- Routers ----- + +begin routers + +route_userx: + driver = redirect + local_parts = userx + errors_to = dump@domain1 + allow_filter + file = DIR/aux-fixed/TESTNUM.filter + user = EXIMUSER + no_more + +dump_bounces: + driver = redirect + local_parts = dump + data = :blackhole: + no_more + +route_smtp: + driver = manualroute + route_list = * 127.0.0.1 byname + errors_to = dump@domain1 + self = send + transport = smtp + no_more + +# ----- Transports ----- + +begin transports + +smtp: + driver = smtp + port = PORT_S + +# End diff --git a/test/confs/0617 b/test/confs/0617 new file mode 100644 index 000000000..cf5251774 --- /dev/null +++ b/test/confs/0617 @@ -0,0 +1,40 @@ +# Exim test configuration 0617 + +.include DIR/aux-var/std_conf_prefix + +# ----- Routers ----- + +begin routers + +route_userx: + driver = redirect + local_parts = userx + errors_to = dump@domain1 + allow_filter + file = DIR/aux-fixed/TESTNUM.filter + user = EXIMUSER + no_more + +dump_bounces: + driver = redirect + local_parts = dump + data = :blackhole: + no_more + +route_smtp: + driver = manualroute + route_list = * 127.0.0.1 byname + errors_to = dump@domain1 + self = send + transport = smtp + no_more + +# ----- Transports ----- + +begin transports + +smtp: + driver = smtp + port = PORT_S + +# End diff --git a/test/log/0617 b/test/log/0617 new file mode 100644 index 000000000..865db794e --- /dev/null +++ b/test/log/0617 @@ -0,0 +1,9 @@ +1999-03-02 09:44:33 10HmaX-0005vi-00 <= CALLER@the.local.host.name U=CALLER P=local S=sss +1999-03-02 09:44:33 Start queue run: pid=pppp -qqf +1999-03-02 09:44:33 10HmaX-0005vi-00 => userx@domain1 R=route_smtp T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK" +1999-03-02 09:44:33 10HmaX-0005vi-00 ** usery@domain1 R=route_smtp T=smtp H=127.0.0.1 [127.0.0.1]: SMTP error from remote mail server after RCPT TO:: 550 Not that one +1999-03-02 09:44:33 10HmaY-0005vi-00 <= <> R=10HmaX-0005vi-00 U=EXIMUSER P=local S=sss +1999-03-02 09:44:33 10HmaY-0005vi-00 => :blackhole: R=dump_bounces +1999-03-02 09:44:33 10HmaY-0005vi-00 Completed +1999-03-02 09:44:33 10HmaX-0005vi-00 Completed +1999-03-02 09:44:33 End queue run: pid=pppp -qqf diff --git a/test/scripts/0000-Basic/0616 b/test/scripts/0000-Basic/0616 new file mode 100644 index 000000000..4ac173db3 --- /dev/null +++ b/test/scripts/0000-Basic/0616 @@ -0,0 +1,25 @@ +# Filter file which makes use of "unseen noerror deliver" commands +# +exim -odq userx@domain1 +This message will also be delivered to usery +**** +server PORT_S +220 ESMTP +EHLO +250-OK +250 HELP +MAIL +250 OK +RCPT +250 OK +RCPT +550 Not that one +DATA +354 More... +. +250 OK +QUIT +220 OK +**** +exim -qqf +**** diff --git a/test/scripts/0000-Basic/0617 b/test/scripts/0000-Basic/0617 new file mode 100644 index 000000000..352c75731 --- /dev/null +++ b/test/scripts/0000-Basic/0617 @@ -0,0 +1,25 @@ +# Filter file which makes use of "unseen deliver" commands +# +exim -odq userx@domain1 +This message will also be delivered to usery +**** +server PORT_S +220 ESMTP +EHLO +250-OK +250 HELP +MAIL +250 OK +RCPT +250 OK +RCPT +550 Not that one +DATA +354 More... +. +250 OK +QUIT +220 OK +**** +exim -qqf +**** diff --git a/test/stdout/0616 b/test/stdout/0616 new file mode 100644 index 000000000..369cf7f39 --- /dev/null +++ b/test/stdout/0616 @@ -0,0 +1,30 @@ + +******** SERVER ******** +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 ESMTP +EHLO the.local.host.name +250-OK +250 HELP +MAIL FROM: +250 OK +RCPT TO: +250 OK +RCPT TO: +550 Not that one +DATA +354 More... +Received: from CALLER by the.local.host.name with local (Exim x.yz) + (envelope-from ) + id 10HmaX-0005vi-00 + for userx@domain1; Tue, 2 Mar 1999 09:44:33 +0000 +Message-Id: +From: CALLER_NAME +Date: Tue, 2 Mar 1999 09:44:33 +0000 + +This message will also be delivered to usery +. +250 OK +QUIT +220 OK +End of script diff --git a/test/stdout/0617 b/test/stdout/0617 new file mode 100644 index 000000000..369cf7f39 --- /dev/null +++ b/test/stdout/0617 @@ -0,0 +1,30 @@ + +******** SERVER ******** +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 ESMTP +EHLO the.local.host.name +250-OK +250 HELP +MAIL FROM: +250 OK +RCPT TO: +250 OK +RCPT TO: +550 Not that one +DATA +354 More... +Received: from CALLER by the.local.host.name with local (Exim x.yz) + (envelope-from ) + id 10HmaX-0005vi-00 + for userx@domain1; Tue, 2 Mar 1999 09:44:33 +0000 +Message-Id: +From: CALLER_NAME +Date: Tue, 2 Mar 1999 09:44:33 +0000 + +This message will also be delivered to usery +. +250 OK +QUIT +220 OK +End of script -- cgit v1.2.3