SPAM removal

  • Thread starter Thread starter Ryan Barnes
  • Start date Start date
R

Ryan Barnes

Hey All,
I'm trying to figure out how to delete an email based upon it's sender
when it arrives, the problem outlook has is that when you create a
"rule" to do this job, it could potentially mistake an email that you
really did want as junk, because it says "Suspected junk email or in
Junk Senders list" keyword here is Suspected. So I would like to write a
macro to delete it ONLY if it is in the junksenders list. I've got a
simple macro to add to JS list and then delete it, done with sendkeys.
Nothing too complex. But I dont have enough OOP skills to work with
outlook, nor the time. If you could help me out that would be great.
thanks.
 
I had trouble with that bit a little while ago. After wasting many
hours on it, I said "screw it" and looked for a spam blocking program.
I found this little plugin called Message Authority that handled all
the dirty work for me. Check it out: http://www.messageauthority.com
 
Here's the trick, im on govt computers which cant have 3rd party apps
installed. Maybe that plugin will work, but I cant download other
software.
 
Back
Top