Riccardo Sileci
New Member
- Outlook version
- Outlook 2016 32 bit
- Email Account
- POP3
Hi, I'm new to this, and googled everything I possibly could, but was unable to find what I need.
I'm getting too many spams, so had an idea of how to minimize the problem, but have no idea if a code for this already exists or if anybody could help me build a VBA code.
The idea is to setup a rule that runs a VBA rule with the following:
IF the incoming message has "THIS PHRASE" on the subject, then
ADD the sender's address to contact list
IF not
IF the sender's address is already on the contact list, then
EXIT
IF not
Reply to message using a template (which has the "THIS PRASE" in the subject
Permanently Delete message
EXIT
END IF
The template with "THIS PHRASE" will have some sort of explanation that I've been getting too many spam and the sender needs to simply reply to the message to be added to the contact list.
Can anybody help?
I'm getting too many spams, so had an idea of how to minimize the problem, but have no idea if a code for this already exists or if anybody could help me build a VBA code.
The idea is to setup a rule that runs a VBA rule with the following:
IF the incoming message has "THIS PHRASE" on the subject, then
ADD the sender's address to contact list
IF not
IF the sender's address is already on the contact list, then
EXIT
IF not
Reply to message using a template (which has the "THIS PRASE" in the subject
Permanently Delete message
EXIT
END IF
The template with "THIS PHRASE" will have some sort of explanation that I've been getting too many spam and the sender needs to simply reply to the message to be added to the contact list.
Can anybody help?