mschlenstedt
mschlenstedt
I checked phpInfo and cannot find any suspicious values - all settings regarding mail and header are the same. But I will post screenshots this evening so that everybody can...
@Klap-in I think yes - it's because of a change in mail() in PHP8.x. Question is were we have to change it: Here: https://github.com/splitbrain/dokuwiki/blob/330d41dbc41db73a62ceda2779346ad37112168c/inc/mail.php#L11 Here: https://github.com/splitbrain/dokuwiki/blob/330d41dbc41db73a62ceda2779346ad37112168c/inc/Mailer.class.php#L16 Or both? Since CRLF...
Thinking about it a little bit more and examine https://www.php.net/manual/en/function.mail.php and #3773 , I think DokuWiki should be compliant with RFC2822 and use CRLF, even if some MTA have trouble...
@fiwswe I cannot explain why your test script works while the mail.php and Mailer.class.php do not. But I can confirm that with the changes you posted in the PR the...
> Do we want to differentiate between PHP versions? E.g.: I would not. The fix also works with PHP7.4. And older versions shoudn't be used at all. So no need...
Hey @flyte ! Thanks for the qick answer. Even if it makes me not happy :-), I can fully understand. I also have too many projects I am working on...
Great! Thanks!
@geccko Please open a separate issue here.
Same Problem with my installation. https://github.com/hobbyquaker/homematic-manager/issues/121#issuecomment-749725958 helps. Now Homematic Manager starts fine.
But why don't make it configurable via user translation as shown above?! Using a fix string is not very clever in my point of view. I just replaced the fix...