From fda5b9fc3e6dd831987979f37fe39f08963b875d Mon Sep 17 00:00:00 2001 From: zeripath Date: Fri, 18 Mar 2022 14:19:02 +0000 Subject: Add warning to set SENDMAIL_ARGS to -- (#19102) Even with #17688 email addresses that contain an initial `-` may still be present in the db and it may in future still be possible to imagine a situation whereby initial `-` are repermitted. This PR simply updates the documentation to warn users to set their SENDMAIL_ARGS with a terminal `--` to prevent this possibility email addresses being interpreted as options. Signed-off-by: Andrew Thornton --- custom/conf/app.example.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'custom/conf') diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index c4d5413a6c..4ea658dac2 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1533,6 +1533,7 @@ PATH = ;SENDMAIL_PATH = sendmail ;; ;; Specify any extra sendmail arguments +;; WARNING: if your sendmail program interprets options you should set this to "--" or terminate these args with "--" ;SENDMAIL_ARGS = ;; ;; Timeout for Sendmail -- cgit v1.2.3