Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
break;
}
- if ($client->handle_request($list, $mid, $action, $reason)) {
+ if ($client->handle_request($list, $mid, $action, utf8_decode($reason))) {
$sent_mails += $count;
$texte = "le message suivant :\n\n"
. " Auteur: {$mail['sender']}\n"
}
if (Post::has('sdel')) { /* 2 = REJECT */
$sub = $this->client->get_pending_sub($liste, Env::v('sdel'));
- $this->client->handle_request($liste, Post::v('sdel'), 2, Post::v('reason'));
+ $this->client->handle_request($liste, Post::v('sdel'), 2, utf8_decode(Post::v('reason')));
$info = "refusée";
}
if ($sub) {