Skip to content

Commit e82cdb6

Browse files
committed
Added tolower for host and user to master mailfilter script.
1 parent 1e28112 commit e82cdb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/tpl/mailfilter.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
LOGNAME=tolower("$LOGNAME")
66
EXTENSION="$1"
77
RECIPIENT=tolower("$2")
8-
USER="$3"
9-
HOST="$4"
8+
USER=tolower("$3")
9+
HOST=tolower("$4")
1010
SENDER="$5"
1111
DEFAULT="{dist_postfix_vmail_mailbox_base}/$HOST/$USER/."
1212

0 commit comments

Comments
 (0)