lilypond-user-fr
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nabble fait des siennes


From: Jean Abou Samra
Subject: Re: Nabble fait des siennes
Date: Thu, 15 Jul 2021 21:35:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

Le 15/07/2021 à 19:32, Olivier Miakinen a écrit :
Le 15/07/2021 19:01, j'écrivais :
Essaye si tu peux :
Return-Path: <jean@abou-samra.fr>
Note que je n'ai pas dit ça au hasard, mais en lisant le RFC 2822 :

<https://datatracker.ietf.org/doc/html/rfc2822#section-3.6.7>
§
return          =       "Return-Path:" path CRLF

path            =       ([CFWS] "<" ([CFWS] / addr-spec) ">" [CFWS]) /
                         obs-path
§

(dans lequel même le choix obsolète « obs-path » ne contient qu'une
adresse entre chevrons)

Merci pour le conseil. N'y connaissant strictement rien
ni aux en-têtes des mails, ni à PHP, j'ai essayé naïvement
de supprimer complètement le Return-Path…

diff --git a/install/forum_data/src/iemail.inc.t b/install/forum_data/src/iemail.inc.t
index be9d35037..b28d59f6b 100644
--- a/install/forum_data/src/iemail.inc.t
+++ b/install/forum_data/src/iemail.inc.t
@@ -63,7 +63,7 @@ function send_email($from, $to, $subj, $body, $header='', $munge_newlines=1)
        if (strpos($header, 'MIME-Version') === false) {
                $extra_header = "\nMIME-Version: 1.0\nContent-Type: text/plain; charset={TEMPLATE: iemail_CHARSET}\nContent-Transfer-Encoding: 8bit". $header;
        }
-       $header = 'From: '. $from ."\nErrors-To: ". $from ."\nReturn-Path: ". $from ."\nX-Mailer: FUDforum v". $GLOBALS['FORUM_VERSION']. $extra_header. $header; +       $header = 'From: '. $from ."\nErrors-To: ". $from ."\nX-Mailer: FUDforum v". $GLOBALS['FORUM_VERSION']. $extra_header. $header;

        $body = str_replace("\r", '', $body);
        if ($munge_newlines) {

… ce qui évidemment n'a pas fonctionné. Le plus drôle,
ou pas, c'est que je ne parviens pas à poster mon rapport
de bug sur http://fudforum.org/forum/index.php?t=thread&frm_id=7&;
car je ne reçois pas les mails de confirmation de mon compte…

Bon, c'est un peu compromis pour l'instant.

Jean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]