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
Bug #198: Add remove_header ACL modifier.
[users/jgh/exim.git]
/
test
/
confs
/
0002
diff --git
a/test/confs/0002
b/test/confs/0002
index 8662e54d07512fe739a4a5bfb396bc27bc85c7d4..eb473e6b91200245498bdfc9f7b38daa8be7c14b 100644
(file)
--- a/
test/confs/0002
+++ b/
test/confs/0002
@@
-15,6
+15,8
@@
gecos_name = CALLER_NAME
# ----- Main settings -----
domainlist dlist = *.aa.bb : ^\Nxxx(.*)
# ----- Main settings -----
domainlist dlist = *.aa.bb : ^\Nxxx(.*)
+domainlist elist = +dlist : ;;
+domainlist flist = <; a ; b;;c ; +elist ; 2001:630:212:8:204::b664 ;
hostlist hlist = V4NET.11.12.13 : iplsearch;DIR/aux-fixed/0002.iplsearch
headers_charset = iso-8859-8
hostlist hlist = V4NET.11.12.13 : iplsearch;DIR/aux-fixed/0002.iplsearch
headers_charset = iso-8859-8
@@
-33,7
+35,7
@@
connect0:
accept
connect1:
accept
connect1:
- deny hosts =
partial-lsearch;DIR/aux-fixed/0002.lsearch
+ deny hosts =
<\n partial-lsearch;DIR/aux-fixed/0002.lsearch \n 1.2.3.4
connect2:
deny hosts = net-lsearch;DIR/aux-fixed/0002.lsearch
connect2:
deny hosts = net-lsearch;DIR/aux-fixed/0002.lsearch
@@
-42,4
+44,19
@@
check_data:
warn logwrite = Subject is: "$h_subject:"
deny message = reply_address=<$reply_address>
warn logwrite = Subject is: "$h_subject:"
deny message = reply_address=<$reply_address>
+a_ret:
+ accept message = ($acl_narg) [$acl_arg1] [$acl_arg2]
+
+a_none:
+ accept
+
+a_deny:
+ deny message = ($acl_narg) [$acl_arg1] [$acl_arg2]
+
+a_defer:
+ defer
+
+a_sub:
+ require acl = a_deny "new arg1" $acl_arg1
+
# End
# End