tbrehm
2009-08-13 e82cdb6dd846989c85471bac85ae9cf669e79d69
Added tolower for host and user to master mailfilter script.
1 files modified
4 ■■■■ changed files
install/tpl/mailfilter.master 4 ●●●● patch | view | raw | blame | history
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/."