From 073587be9e77cc9ff6df27fd6a27375f8eb01776 Mon Sep 17 00:00:00 2001 From: the-djmaze <3752035+the-djmaze@users.noreply.github.com> Date: Tue, 19 Apr 2022 09:52:25 +0200 Subject: [PATCH] Created Spam or Virus (markdown) --- Spam-or-Virus.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Spam-or-Virus.md diff --git a/Spam-or-Virus.md b/Spam-or-Virus.md new file mode 100644 index 0000000..5ca0ec4 --- /dev/null +++ b/Spam-or-Virus.md @@ -0,0 +1,13 @@ +# Spam + +SnappyMail relies on the anti-spam features of the mail server. + +The spam bar, shown in messages, is based on several mail headers, generated by: SpamAssassin, Rspamd or Bogofilter. + +When the mail server is properly configured: +* Moving a mail to Spam folder will instruct the mail server to learn from the message as being spam. +* Moving a mail from Spam folder to an other folder will instruct the mail server to learn from the message as not being spam. + + +# Virus +When ClamAV is installed and integrated on the mail server, SnappyMail can show if a message contains a virus. \ No newline at end of file