diff --git a/include/config.inc.example b/include/config.inc.example index d0deec652..405a4f46a 100644 --- a/include/config.inc.example +++ b/include/config.inc.example @@ -99,5 +99,5 @@ define ("DEBUGNOALYSS",0); // your installation, example with https://demo.noalyss.eu // define ("NOALYSS_URL","https://demo.noalyss.eu"); // For POSTFIX, when sending email from NOALYSS via sendmail an extra parameter is needed -// for the Return-Path, the FROM will be replaced by the Sendmail_Core->from value +// for the Return-Path, the [FROM] will be replaced by the Sendmail_Core->from value //define("MAIL_EXTRA_PARAM","-f [FROM]")