Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88928e0b authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch...

Merge branch '963-bypass-spam-filtering-in-case-of-false-positive-spam-classification' into 'master'

Bypass spam filtering in case of false positive spam classification

Closes #963

See merge request e/documentation/user!1102
parents 97b01854 bab73d5b
Loading
Loading
Loading
Loading
+108 −0
Original line number Diff line number Diff line
## Purpose of this guide

Guide users on how to create a filter that will prevent genuine emails getting identified as spam in Murena webmail. 

## What are spam emails ?

Emails are an integral part of our lives. Every day most of us receive a large number of emails. Some of which are official, others from friends and relations but mostly just spam emails. Let us understand what constitute spam emails.\
They are unsolicited, unwanted and usually bulk emails sent to a large group of recipients. Most email service providers filter out spam emails by blocking known spammer email addresses and domains. Murena email services also have inbuilt spam filters that block such habitual spammers.

## What is a false positive?

In the process of identifying spammers, at times we block genuine email addresses or domains. This could happen due to past complaints about specific addresses and domains or it could be the result of a genuine error in our spam filters. The filters trigger what is known as a false positive and end up blocking a legitimate email.

Some of our users have complained of having missed out regular emails due to such false positives.

## Step to configure your own filters


### Login 

- Login to your [Murena Cloud account](https://murena.io)

{% include alerts/tip.html content=" Use the Murena ID login. It can either be a @murena.io or a @e.email or even @eelo.io username."%}

<div class="text-center">
<img src="/images/howtos/bypassspamfiltering_login_to_murenacloud.png" alt="">
</div>

&nbsp;

### Select the Mail app

- You should now be in your Murena dashboard. Here you will see icons of all the applications available in your account. Click on the Mail application icon. It  will look like the screenshot below:

{% include alerts/tip.html content=" If you do not see the email icon, click on 'SHOW ALL APPS'."%}

<div class="text-center">
<img src="/images/howtos/bypassspamfiltering_mail_icon_on_murenacloud.png" alt="">
</div>

&nbsp;

### In Murena webmail dashboard

- Once in Murena Webmail, select the gear shaped icon on the lower right side of the left panel.

{% include alerts/tip.html content=" Click on the gear icon on the right "%}

<div class="text-center">
<img src="/images/howtos/bypassspamfiltering_folder_icon_on_snappymail_dashboard.png" alt="">
</div>

&nbsp;


### Access rainloop_user option 
    
- Clicking the gear icon from the previous step will open up the screen as shown below. Select the `Filters` entry from the menu on the left.  In the screen which opens up, click on the `rainloop_user` option:


<div class="text-center">
<img src="/images/howtos/bypassspamfiltering_change_setting_on_murenacloud.png" alt="">
</div>

&nbsp;

### In the "Edit Script" popup

- Once the pop-up like the one on the screenshot below is open, click on `Add a Filter`:

<div class="text-center">
<img src="/images/howtos/bypassspamfiltering_editscript_rainloop_user.png" alt="">
</div>

&nbsp;

### Configuring your filter 

The click in the previous option, will open another pop-up as shown in the screenshot below. In this screen: 

- Provide a name for the filter
- Set the conditions for the rule by clicking on `Add a condition`. Here you specify the email address or domain you do not want to be categorized as spam. Be careful to use `Contains` and not `Equal To` even if you enter a specific email address.
- Select the folder to which you want these emails to be moved e.g. `INBOX`.
- Ensure the `Stop further processing of rules` option is checked. By default it should be which is the correct setting. Do not change it.
- Click `Done` once you have entered all the values.
- This will close this screen

<div class="text-center">
<img src="/images/howtos/bypassspamfiltering_filter_in_snappymail.png" alt="">
</div>


&nbsp;

### Saving the filter

- Now that we have created the filter, we need to save it on the server. This will preserve the filter across sessions. 
- To save the filter click on the `Save` icon as shown in the screenshot below.


<div class="text-center">
<img src="/images/howtos/bypassspamfiltering_save_filter.png" alt="">
</div>

&nbsp;

 
Congratulations! You have successfully setup a filter to bypass the marking of your desired emails as spam.
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
- [How to self-host your own Murena Cloud](https://gitlab.e.foundation/e/infra/ecloud-selfhosting)
- [How to link your PC with the Murena Cloud](/support-topics/link-ecloud-with-your-pc)
- [Murena search engine features](/support-topics/murena-search-features)
- [Bypass false positive spam filtering](/support-topics/bypass-false-positive-spam-filtering)
- [Referral program]({% translate_link support-topics/referral-program %})

+40 KiB
Loading image diff...
+23.1 KiB
Loading image diff...
+30.9 KiB
Loading image diff...
Loading