Lines Matching +full:hi +full:- +full:fi

5  (default tilde) stops consider "~" char after new-line as composing escape
10 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
11 ---
12 config/action.d/complain.conf | 2 +-
13 config/action.d/dshield.conf | 2 +-
14 config/action.d/mail-buffered.conf | 8 ++++----
15 config/action.d/mail-whois-lines.conf | 2 +-
16 config/action.d/mail-whois.conf | 6 +++---
17 config/action.d/mail.conf | 6 +++---
18 6 files changed, 13 insertions(+), 13 deletions(-)
20 diff --git a/config/action.d/complain.conf b/config/action.d/complain.conf
22 --- a/config/action.d/complain.conf
24 @@ -102,7 +102,7 @@ logpath = /dev/null
28 -mailcmd = mail -s
29 +mailcmd = mail -E 'set escape' -s
33 diff --git a/config/action.d/dshield.conf b/config/action.d/dshield.conf
35 --- a/config/action.d/dshield.conf
37 @@ -179,7 +179,7 @@ tcpflags =
41 -mailcmd = mail -s
42 +mailcmd = mail -E 'set escape' -s
46 diff --git a/config/action.d/mail-buffered.conf b/config/action.d/mail-buffered.conf
48 --- a/config/action.d/mail-buffered.conf
49 +++ b/config/action.d/mail-buffered.conf
50 @@ -17,7 +17,7 @@ actionstart = printf %%b "Hi,\n
54 - Fail2Ban"|mail -s "[Fail2Ban] <name>: started on <fq-hostname>" <dest>
55 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: started on <fq-hostname>" <des…
59 @@ -28,13 +28,13 @@ actionstop = if [ -f <tmpfile> ]; then
63 - Fail2Ban"|mail -s "[Fail2Ban] <name>: Summary from <fq-hostname>" <dest>
64 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: Summary from <fq-hostname>"…
66 fi
67 printf %%b "Hi,\n
70 - Fail2Ban"|mail -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest>
71 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest>
75 @@ -55,7 +55,7 @@ actionban = printf %%b "`date`: <ip> (<failures> failures)\n" >> <tmpfile>
79 - Fail2Ban"|mail -s "[Fail2Ban] <name>: Summary" <dest>
80 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: Summary" <dest>
82 fi
84 diff --git a/config/action.d/mail-whois-lines.conf b/config/action.d/mail-whois-lines.conf
86 --- a/config/action.d/mail-whois-lines.conf
87 +++ b/config/action.d/mail-whois-lines.conf
88 @@ -72,7 +72,7 @@ actionunban =
92 -mailcmd = mail -s
93 +mailcmd = mail -E 'set escape' -s
97 diff --git a/config/action.d/mail-whois.conf b/config/action.d/mail-whois.conf
99 --- a/config/action.d/mail-whois.conf
100 +++ b/config/action.d/mail-whois.conf
101 @@ -20,7 +20,7 @@ norestored = 1
102 actionstart = printf %%b "Hi,\n
105 - Fail2Ban"|mail -s "[Fail2Ban] <name>: started on <fq-hostname>" <dest>
106 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: started on <fq-hostname>" <des…
110 @@ -29,7 +29,7 @@ actionstart = printf %%b "Hi,\n
111 actionstop = printf %%b "Hi,\n
114 - Fail2Ban"|mail -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest>
115 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest>
119 @@ -49,7 +49,7 @@ actionban = printf %%b "Hi,\n
123 - Fail2Ban"|mail -s "[Fail2Ban] <name>: banned <ip> from <fq-hostname>" <dest>
124 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: banned <ip> from <fq-hostname>" …
128 diff --git a/config/action.d/mail.conf b/config/action.d/mail.conf
130 --- a/config/action.d/mail.conf
132 @@ -16,7 +16,7 @@ norestored = 1
133 actionstart = printf %%b "Hi,\n
136 - Fail2Ban"|mail -s "[Fail2Ban] <name>: started on <fq-hostname>" <dest>
137 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: started on <fq-hostname>" <de…
141 @@ -25,7 +25,7 @@ actionstart = printf %%b "Hi,\n
142 actionstop = printf %%b "Hi,\n
145 - Fail2Ban"|mail -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest>
146 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest>
150 @@ -43,7 +43,7 @@ actionban = printf %%b "Hi,\n
154 - Fail2Ban"|mail -s "[Fail2Ban] <name>: banned <ip> from <fq-hostname>" <dest>
155 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: banned <ip> from <fq-hostname>" …