return-path [message #29317] |
Mon, 12 December 2005 20:50 |
mocara
Messages: 157 Registered: January 2004
Karma: 0
|
Senior Member |
|
|
The return-path on my notification emails is coming as nobody(at)mymachine(dot)mysite(dot)com which is the webserver user. The code
mail($to, $subj, str_replace("\r", "", $body), "From: ".$from."\nErrors-To: ".$from."\nReturn-Path: ".$from."\nX-Mailer: FUDforum v".$GLOBALS['FORUM_VERSION'].$header.$bcc);
seems to suggest it shoudl be the same as the from. Is this the case? It is a problem as AOL will reject emails with return path as nobody@ www@ etc...
Mocara.
|
|
|
Re: return-path [message #29325 is a reply to message #29317] |
Tue, 13 December 2005 00:05 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Are you using SMTP settings by any chance?
FUDforum Core Developer
|
|
|
|
Re: return-path [message #29331 is a reply to message #29330] |
Tue, 13 December 2005 01:56 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, as far as I can tell the forum does set the return-path header...
FUDforum Core Developer
|
|
|
|
Re: return-path [message #29340 is a reply to message #29337] |
Tue, 13 December 2005 17:11 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
nope, as you can tell from the code header is being set. Perhaps it is being stripped? Have you checked what is your forum admin account e-mail in GLOBAL settings?
FUDforum Core Developer
|
|
|
|