From f807d40b4e50df07a7b10b1e0446329a96523669 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 20 Oct 2010 19:32:16 +0100 Subject: [PATCH] example-config: Added a warning about mail_attachment* being experimental. --- doc/example-config/conf.d/10-mail.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/example-config/conf.d/10-mail.conf b/doc/example-config/conf.d/10-mail.conf index e13820e4b4..fe5cc31e94 100644 --- a/doc/example-config/conf.d/10-mail.conf +++ b/doc/example-config/conf.d/10-mail.conf @@ -324,6 +324,8 @@ # also allows single instance storage for them. Other backends don't support # this for now. +# WARNING: This feature hasn't been tested much yet. Use at your own risk. + # Directory root where to store mail attachments. Disabled, if empty. #mail_attachment_dir = -- 2.47.3