How can I block yahoo email addresses?

5 replies
Hello Fellow Warriors,

I have Outlook Express 6 and I am getting blasted daily with spam emails.
98% of them are from bogus yahoo email accounts.

I tried to create a new message rule to block all emails with the
words @yahoo in the from field, but no dice.

Can any one help me figure out how to set up my outlook so it blocks
all YAHOO emails?

I would appreciate it a great deal...

Thanks in advance
#addresses #block #email #yahoo
  • Profile picture of the author havabutchers
    Honestly... Ditch Outlook Express, it sucks big time and is a great place to get unwanted nasties on your PC.
    Head over to Thunderbird - Reclaim your inbox and install Thunderbird. Message filters will work a treat, and all that unwanted mail from yahoo can be dumped straight into the bin.

    Just my 2 cents worth.

    Matt
    {{ DiscussionBoard.errors[2781971].message }}
  • Profile picture of the author Geek3
    I also agree with Matt... anything, anything, anything but Outlook Express! Thunderbird is a great option and will certainly do what you are asking.
    {{ DiscussionBoard.errors[2782313].message }}
  • Profile picture of the author Evan-M
    write a php check in your email form. below will check if the email contains @yahoo anywhere, if it does it will tell them there email sucks and exit , if not will send the email

    something like :

    change $email to whatever your using as your email variable.


    $yahoo = (strpos($email, '@yahoo') !== false);
    if ($yahoo === 'true') {
    echo "Sorry your email sucks, Go back and use an email that doesn't suck so bad ";
    exit();
    } else {
    Rest of your query goes here.
    }
    Signature

    Evan-M

    Easily The Worlds Best Wordpress Popup plugin

    Visit Website Design Firm For All Your Wordpress Coding Needs

    {{ DiscussionBoard.errors[2782355].message }}
  • Profile picture of the author KevinBurns
    Thanks Guys,

    I see there's no love lost for outlook express
    {{ DiscussionBoard.errors[2782794].message }}
  • Profile picture of the author eagle1984
    its a great option for block a spam e-mail.
    {{ DiscussionBoard.errors[2796100].message }}

Trending Topics