From e82cdb6dd846989c85471bac85ae9cf669e79d69 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 13 Aug 2009 13:34:39 +0000
Subject: [PATCH] Added tolower for host and user to master mailfilter script.

---
 install/tpl/mailfilter.master | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/tpl/mailfilter.master b/install/tpl/mailfilter.master
index 54d0b85965..8588b14876 100644
--- a/install/tpl/mailfilter.master
+++ b/install/tpl/mailfilter.master
@@ -5,8 +5,8 @@
 LOGNAME=tolower("$LOGNAME")
 EXTENSION="$1"
 RECIPIENT=tolower("$2")
-USER="$3"
-HOST="$4"
+USER=tolower("$3")
+HOST=tolower("$4")
 SENDER="$5"
 DEFAULT="{dist_postfix_vmail_mailbox_base}/$HOST/$USER/."
 
-- 
GitLab