Posts tagged as:

Anti-Spam

Happy New Year, You Just Won a Gazillion Dollars!

January 3, 2011

With the end of holidays comes the beginning of a new year, and this year a new decade. I’ve had a longer semi-vacation in December, and I’m looking forward to the promise of an exciting 2011. The part that I least look forward to is all the Christmas/New Year spam, some of which inevitably makes [...]

Read the full article →

Released: Exchange Server 2007 Service Pack 3

June 21, 2010

Close on the heels of Exchange 2010 SP 1 beta, Microsoft has just released Exchange 2007 SP 3. You can download the service pack from the download center. Exchange 2007 SP3 adds compatiblity for Windows Server 2008 R2 to Exchange 2007. With SP3, you can also install Exchange 2007 administration tools on Windows 7 clients. [...]

Read the full article →

Social Engineering Attack Disguised As Mailbox Quota Message

June 21, 2010

Social engineering is all about psychological attacks— convincing a user to willingly divulge information is much more convenient, in most cases, than actually brute-forcing your way in. Attackers with very little technical sophistication (and perhaps some great social skills) can easily prey upon even the more vigilant users. I would’ve held on to my belief [...]

Read the full article →

Export and Import Content Filter Words or Phrases

September 15, 2009

In Exchange 2010 and Exchange 2007, you can add custom words or phrases as good or bad words to modify the Spam Confidence Level (SCL) assigned to messages. Messages with a good word or phrase are assigned an SCL of 0 and bypass other antispam agents that fire after the Content Filtering agent. Messages with [...]

Read the full article →

Troubleshooting Exchange Server Antispam: Disable Outlook Junk Mail

September 30, 2008

When troubleshooting antispam issues, particularly false positives (legitimate email incorrectly tagged as spam), frequently you run into scenarios where Exchange Server antispam features seem to be working correctly but you still see messages being delivered to the Junk Mail folder instead of the Inbox. For instance, you whitelist a sender or sender domain, or add [...]

Read the full article →

Disable Antispam agents on a Receive Connector

September 29, 2008

Exchange 2007′s antispam agents are enabled for all Receive Connectors on a transport server. Is there a way to disable the agents on a particular Receive Connector? Although not as simple as turning an agent off for each IP address or Receive Connector, Exchange 2007′s new transport permissions model allows you to do this just [...]

Read the full article →

HOW TO: Prevent annoying spam from your own domain

September 3, 2008

One of the more annoying types of spam is the one that seems to be coming from your own domain; or worse— from your own email address! Of course, users from your own domain don’t generally spam each other— unless you’re using one of the free web-based email services. And most of us don’t spam [...]

Read the full article →

Quarantine Mailbox: Displaying original SCL, sender and recipients

August 20, 2008

In Exchange Server 2007, messages delivered to the quarantine mailbox show up as DSNs sent by the postmaster address of the default domain. In HOW TO: Expose original senders and recipients of quarantined messages, we modified the QTNE.cfg form for Microsoft Outlook to reveal original senders and recipients. Although the original sender and recipient fields [...]

Read the full article →

Exchange Server Antispam Updates: Do I have the latest update?

August 12, 2008

Not sure if the Exchange 2007 or 2003 (IMF) updates on your system are the latest and greatest? Doubt if the automatic update process is working? You can use the Microsoft Update Catalog web site to search for these. You can also subscribe to the RSS feeds for each update (search result on the web [...]

Read the full article →

Quick antispam report or status check?

June 16, 2008

Having received an annoyingly higher proportion of spam in my Inbox this morning, I wanted to quickly check what the antispam agents are doing. Here’s a quick cmdlet (besides the ones to check whether the antispam agents are enabled, checking the Content Filter SCL thresholds, etc.). Get-AgentLog -StartDate “6/16/2008″ | group action | ft name,count [...]

Read the full article →