git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix buffer overrun in spam= acl condition. Bug 1552
[users/jgh/exim.git]
/
test
/
stderr
/
0465
diff --git
a/test/stderr/0465
b/test/stderr/0465
index d4d4fd2033dfce22166eb0c95d424a01abffe980..634cd210365b766a04ed6813d0a9dcf08dce0e1b 100644
(file)
--- a/
test/stderr/0465
+++ b/
test/stderr/0465
@@
-51,7
+51,8
@@
SMTP<< mail from:<>
SMTP>> 250 OK
SMTP<< rcpt to:<abc@domain.>
processing "accept"
SMTP>> 250 OK
SMTP<< rcpt to:<abc@domain.>
processing "accept"
-accept: condition test succeeded
+accept: condition test succeeded in inline ACL
+end of inline ACL: ACCEPT
SMTP>> 250 Accepted
SMTP<< data
SMTP>> 354 Enter message, ending with "." on a line by itself
SMTP>> 250 Accepted
SMTP<< data
SMTP>> 354 Enter message, ending with "." on a line by itself
@@
-63,9
+64,9
@@
rewrite_one_header: type=T:
To: abc@domain.
search_tidyup called
>>Headers after rewriting and local additions:
To: abc@domain.
search_tidyup called
>>Headers after rewriting and local additions:
- Date: Tue, 2 Mar 1999 09:44:33 +0000
-I Message-Id: <E10HmaY-0005vi-00@myhost.test.ex>
T To: abc@domain.
T To: abc@domain.
+I Message-Id: <E10HmaY-0005vi-00@myhost.test.ex>
+ Date: Tue, 2 Mar 1999 09:44:33 +0000
Data file written for message 10HmaY-0005vi-00
>>Generated Received: header line
Data file written for message 10HmaY-0005vi-00
>>Generated Received: header line
@@
-75,7
+76,8
@@
P Received: from CALLER by myhost.test.ex with local-smtp (Exim x.yz)
using ACL "check_data"
processing "accept"
check verify = header_syntax
using ACL "check_data"
processing "accept"
check verify = header_syntax
-accept: condition test succeeded
+accept: condition test succeeded in ACL "check_data"
+end of ACL "check_data": ACCEPT
calling local_scan(); timeout=300
local_scan() returned 0 NULL
Writing spool header file
calling local_scan(); timeout=300
local_scan() returned 0 NULL
Writing spool header file
@@
-113,7
+115,8
@@
SMTP<< mail from:<>
SMTP>> 250 OK
SMTP<< rcpt to:<abc@xyz>
processing "accept"
SMTP>> 250 OK
SMTP<< rcpt to:<abc@xyz>
processing "accept"
-accept: condition test succeeded
+accept: condition test succeeded in inline ACL
+end of inline ACL: ACCEPT
SMTP>> 250 Accepted
SMTP<< data
SMTP>> 354 Enter message, ending with "." on a line by itself
SMTP>> 250 Accepted
SMTP<< data
SMTP>> 354 Enter message, ending with "." on a line by itself
@@
-125,9
+128,9
@@
rewrite_one_header: type=T:
To: abc@xyz.
search_tidyup called
>>Headers after rewriting and local additions:
To: abc@xyz.
search_tidyup called
>>Headers after rewriting and local additions:
- Date: Tue, 2 Mar 1999 09:44:33 +0000
-I Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
T To: abc@xyz.
T To: abc@xyz.
+I Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
+ Date: Tue, 2 Mar 1999 09:44:33 +0000
Data file written for message 10HmaX-0005vi-00
>>Generated Received: header line
Data file written for message 10HmaX-0005vi-00
>>Generated Received: header line
@@
-137,7
+140,7
@@
P Received: from CALLER by myhost.test.ex with local-smtp (Exim x.yz)
using ACL "check_data"
processing "accept"
check verify = header_syntax
using ACL "check_data"
processing "accept"
check verify = header_syntax
-accept: condition test failed
+accept: condition test failed
in ACL "check_data"
end of ACL "check_data": implicit DENY
SMTP>> 550 Administrative prohibition
LOG: MAIN REJECT
end of ACL "check_data": implicit DENY
SMTP>> 550 Administrative prohibition
LOG: MAIN REJECT