summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 0e67a12..0e097f5 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1351,7 +1351,7 @@ EOD;
}
if($rule['returngateway'] <> "") {
- $line .= "reply-to (" . $rule['returngateway'] . ") ";
+ $line .= "reply-to " . $rule['returngateway'] . " ";
}
if (isset($rule['protocol'])) {
OpenPOWER on IntegriCloud