git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
GnuTLS: clear errno before any data i/o op, so error logging does not see stale values
[exim.git]
/
test
/
confs
/
0307
diff --git
a/test/confs/0307
b/test/confs/0307
index 3252b461525381bf79c126fd3c34da6cfa849b1c..81857eca489f83ecb4d3ccd7d8f3be8eeef91b0d 100644
(file)
--- a/
test/confs/0307
+++ b/
test/confs/0307
@@
-22,9
+22,9
@@
r1:
senders = ${if eq {$local_part_suffix}{-request}{*}\
{\
${if exists {DIR/aux-fixed/TESTNUM/$local_part}\
senders = ${if eq {$local_part_suffix}{-request}{*}\
{\
${if exists {DIR/aux-fixed/TESTNUM/$local_part}\
- {lsearch;
DIR/aux-fixed/TESTNUM/$local_part
}{*}}\
+ {lsearch;
${bless:DIR/aux-fixed/TESTNUM/$local_part}
}{*}}\
}}
}}
- file = DIR/aux-fixed/TESTNUM/$
local_part$local_part_suffix
+ file = DIR/aux-fixed/TESTNUM/$
{bless:$local_part$local_part_suffix}
forbid_pipe
forbid_file
one_time
forbid_pipe
forbid_file
one_time
@@
-54,7
+54,7
@@
begin transports
t1:
driver = appendfile
t1:
driver = appendfile
- file = DIR/test-mail/$
local_part
+ file = DIR/test-mail/$
{bless:$local_part}
user = CALLER
t2:
user = CALLER
t2: