fix: ajout mail mapping quand redirigé
This commit is contained in:
parent
45fc84268d
commit
7ed15d81eb
2 changed files with 3 additions and 1 deletions
|
@ -47,4 +47,6 @@ echo -n "Reloading postfix..."
|
|||
postfix reload > /dev/null 2>&1
|
||||
echo "[OK]"
|
||||
|
||||
echo "$user $email" >> /home/admin666/email_address_backup
|
||||
|
||||
$SCRIPTPATH/sendmail_redirect.sh $user $email
|
||||
|
|
|
@ -10,7 +10,7 @@ password=$2
|
|||
|
||||
echo -n "Sending mail to \"$email\" for lost account ..."
|
||||
date=$( date -R )
|
||||
title_recode=$( echo "Nouveaux accès courriel" | recode ...UTF-8/QP )
|
||||
title_recode=$( echo "Nouvel accès courriel" | recode ...UTF-8/QP )
|
||||
title=$( echo "=?UTF-8?Q?$title_recode?=" )
|
||||
|
||||
headers=$(cat<< EOF
|
||||
|
|
Loading…
Reference in a new issue