blob: c30c476b28bdd5d0f179010aad1de4a80cef0a37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
LOG: smtp_connection MAIN
SMTP connection from CALLER
LOG: MAIN
<= <> H=host.name [1.2.3.4] U=CALLER P=smtp S=sss
delivering 10HmaY-0005vi-00
----- System filter -----
acl_c0="value for c0 is ip: 1.2.3.4"
acl_c1=""
acl_c2=""
acl_c3=""
acl_c4=""
acl_c5="c5 has a newline
there!"
acl_c6=""
acl_c7=""
acl_c8=""
acl_c9="value for c9 is name: host.name"
acl_m0="value for m0 is local_part: x"
acl_m1=""
acl_m2=""
acl_m3=""
acl_m4=""
acl_m5="value for m5 contains newline
there!"
acl_m6=""
acl_m7=""
acl_m8=""
acl_m9="value for m9 is domain: y"
acl_m_foo="value for mfoo is local_part: x"
acl_m_bar="value for mbar is domain: y"
acl_c_foo="value for c_foo is ip: 1.2.3.4"
acl_c_bar="value for c_bar is name: host.name"
-------------------------
acl_c0="value for c0 is ip: 1.2.3.4"
acl_c1=""
acl_c2=""
acl_c3=""
acl_c4=""
acl_c5="c5 has a newline
there!"
acl_c6=""
acl_c7=""
acl_c8=""
acl_c9="value for c9 is name: host.name"
acl_m0="value for m0 is local_part: x"
acl_m1=""
acl_m2=""
acl_m3=""
acl_m4=""
acl_m5="value for m5 contains newline
there!"
acl_m6=""
acl_m7=""
acl_m8=""
acl_m9="value for m9 is domain: y"
acl_m_foo="value for mfoo is local_part: x"
acl_m_bar="value for mbar is domain: y"
acl_c_foo="value for c_foo is ip: 1.2.3.4"
acl_c_bar="value for c_bar is name: host.name"
LOG: MAIN
=> x <x@y> R=r1 T=t1
LOG: MAIN
Completed
LOG: MAIN
<= <> H=host.name [1.2.3.4] U=CALLER P=smtp S=sss
delivering 10HmaZ-0005vi-00
----- System filter -----
acl_c0="value for c0 is ip: 1.2.3.4"
acl_c1=""
acl_c2=""
acl_c3=""
acl_c4=""
acl_c5="c5 has a newline
there!"
acl_c6=""
acl_c7=""
acl_c8=""
acl_c9="value for c9 is name: host.name"
acl_m0="value for m0 is local_part: a"
acl_m1=""
acl_m2=""
acl_m3=""
acl_m4=""
acl_m5=""
acl_m6=""
acl_m7=""
acl_m8=""
acl_m9="value for m9 is domain: b"
acl_m_foo=""
acl_m_bar=""
acl_c_foo="value for c_foo is ip: 1.2.3.4"
acl_c_bar="value for c_bar is name: host.name"
-------------------------
acl_c0="value for c0 is ip: 1.2.3.4"
acl_c1=""
acl_c2=""
acl_c3=""
acl_c4=""
acl_c5="c5 has a newline
there!"
acl_c6=""
acl_c7=""
acl_c8=""
acl_c9="value for c9 is name: host.name"
acl_m0="value for m0 is local_part: a"
acl_m1=""
acl_m2=""
acl_m3=""
acl_m4=""
acl_m5=""
acl_m6=""
acl_m7=""
acl_m8=""
acl_m9="value for m9 is domain: b"
acl_m_foo=""
acl_m_bar=""
acl_c_foo="value for c_foo is ip: 1.2.3.4"
acl_c_bar="value for c_bar is name: host.name"
LOG: MAIN
=> a <a@b> R=r1 T=t1
LOG: MAIN
Completed
LOG: smtp_connection MAIN
SMTP connection from CALLER closed by QUIT
----- System filter -----
1999-03-02 09:44:33 10HmaX-0005vi-00 Error in system filter: failed to expand " acl_c0="$acl_c0"\n acl_c1="$acl_c1"\n acl_c2="$acl_c2"\n acl_c3="$acl_c3"\n acl_c4="$acl_c4"\n acl_c5="$acl_c5"\n acl_c6="$acl_c6"\n acl_c7="$acl_c7"\n acl_c8="$acl_c8"\n acl_c9="$acl_c9"\n acl_m0="$acl_m0"\n acl_m1="$acl_m1"\n acl_m2="$acl_m2"\n acl_m3="$acl_m3"\n acl_m4="$acl_m4"\n acl_m5="$acl_m5"\n acl_m6="$acl_m6"\n acl_m7="$acl_m7"\n acl_m8="$acl_m8"\n acl_m9="$acl_m9"\n acl_m_foo="$acl_m_foo"\n acl_m_bar="$acl_m_bar"\n acl_c_foo="$acl_c_foo"\n acl_c_bar="$acl_c_bar"\n" in logwrite command: unknown variable name "acl_c1" (strict_acl_vars is set)
|