Forum Discussion
mmoser18
Aug 06, 2024Copper Contributor
Can one phrase Mail rules to be applied for newly arrived mails not in Inbox but in Spam folder?
My Email provider runs its own (unfortunately very bad) spam filter and continues to sort tons of legit emails as false positives into my Spam folder. These emails are then synchronized to my Outlook...
- Aug 06, 2024there is a workaround using Visual Basic for Applications (VBA) scripting in Outlook. You can create a script that periodically checks the Spam folder for emails from known senders and moves them to the Inbox.
Alternatively you do this -
create a transport rule using the Exchange Admin Center (EAC), you can follow these steps:
Log in to the EAC and navigate to mail flow > rules.
Click + and select Create a new rule.
Enter a name for the rule, such as "Unspam Rule".
In the Apply this rule if... section, select The sender and then select matches any of these patterns.
Enter the email addresses of the known senders, separated by commas.
In the Do the following... section, select Move the message to and then select Inbox.
Click Save to save the rule.
Thanks!
Ankit
Aug 06, 2024Copper Contributor
there is a workaround using Visual Basic for Applications (VBA) scripting in Outlook. You can create a script that periodically checks the Spam folder for emails from known senders and moves them to the Inbox.
Alternatively you do this -
create a transport rule using the Exchange Admin Center (EAC), you can follow these steps:
Log in to the EAC and navigate to mail flow > rules.
Click + and select Create a new rule.
Enter a name for the rule, such as "Unspam Rule".
In the Apply this rule if... section, select The sender and then select matches any of these patterns.
Enter the email addresses of the known senders, separated by commas.
In the Do the following... section, select Move the message to and then select Inbox.
Click Save to save the rule.
Thanks!
Alternatively you do this -
create a transport rule using the Exchange Admin Center (EAC), you can follow these steps:
Log in to the EAC and navigate to mail flow > rules.
Click + and select Create a new rule.
Enter a name for the rule, such as "Unspam Rule".
In the Apply this rule if... section, select The sender and then select matches any of these patterns.
Enter the email addresses of the known senders, separated by commas.
In the Do the following... section, select Move the message to and then select Inbox.
Click Save to save the rule.
Thanks!