From 350c5f676b85cbdec7ac802220af72e88f45b0fc Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 23 Mar 2011 16:56:57 -0400 Subject: [PATCH] debian/jail.conf: closing " for protocol specification not sure how it did not have any negative impact before :-/ --- debian/jail.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/jail.conf b/debian/jail.conf index 10b7c3ca..258bbd7d 100644 --- a/debian/jail.conf +++ b/debian/jail.conf @@ -55,15 +55,15 @@ protocol = tcp # Action shortcuts. To be used to define action parameter # The simplest action to take: ban only -action_ = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s] +action_ = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s"] # ban & send an e-mail with whois report to the destemail. -action_mw = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s] - %(mta)s-whois[name=%(__name__)s, dest="%(destemail)s", protocol="%(protocol)s] +action_mw = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s"] + %(mta)s-whois[name=%(__name__)s, dest="%(destemail)s", protocol="%(protocol)s"] # ban & send an e-mail with whois report and relevant log lines # to the destemail. -action_mwl = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s] +action_mwl = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s"] %(mta)s-whois-lines[name=%(__name__)s, dest="%(destemail)s", logpath=%(logpath)s] # Choose default action. To change, just override value of 'action' with the