<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;A0ANQX46cSp7ImA9WhRRFE4.&quot;"><id>tag:blogger.com,1999:blog-19224204</id><updated>2011-11-27T16:23:10.019-08:00</updated><category term="analyzers" /><category term="networking" /><title>Errata</title><subtitle type="html">The best of the best.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://mjcenterprises.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://mjcenterprises.blogspot.com/" /><author><name>Michael</name><uri>http://www.blogger.com/profile/17320194614516894366</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/blogspot/OuTxW" /><feedburner:info uri="blogspot/outxw" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;DkQDR3syfip7ImA9WB9bEUw.&quot;"><id>tag:blogger.com,1999:blog-19224204.post-5851673284346165563</id><published>2007-12-19T16:58:00.000-08:00</published><updated>2007-12-19T17:32:56.596-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-12-19T17:32:56.596-08:00</app:edited><title>How to effectively turn off gmail spam filtering in Outlook 2007</title><content type="html">1) Setup POP3 access to your gmail account.&lt;br /&gt;2) Setup IMAP access to your gmail account.&lt;br /&gt;3) Select Tools menu - Macro - Visual Basic Editor&lt;br /&gt;4) Add the code below to the "ThisOutlookSession" module.&lt;br /&gt;5) Save and restart Outlook.&lt;br /&gt;&lt;br /&gt;The private methods register an event handler for your gmail spam folder and the event handler promptly moves the item to your gmail inbox so it can be downloaded using POP3.&lt;br /&gt;&lt;br /&gt;The public method shows up as a macro and you want to run that every time you start Outlook so any messages that are already in your gmail spam folder get moved to your gmail inbox.&lt;br /&gt;&lt;br /&gt;The folder name "youruserid@gmail.com" is the name of your IMAP folder and will be your gmail email address by default if you didn't change it when you setup the Outlook account.&lt;br /&gt;&lt;br /&gt;There might be lines that are word wrapped in the code below, but they should be easy to see and fix once you paste the code in to the Visual Basic Editor.&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:78%;"&gt;Option Explicit&lt;br /&gt;&lt;br /&gt;Private WithEvents GmailSpamFolderItems As Items&lt;br /&gt;&lt;br /&gt;Private Sub Application_Startup()&lt;br /&gt;Set GmailSpamFolderItems = Application.Session.Folders("youruserid@gmail.com").Folders("[Gmail]").Folders("Spam").Items&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;Private Sub GmailSpamFolderItems_ItemAdd(ByVal Item As Object)&lt;br /&gt;On Error Resume Next&lt;br /&gt;Item.Move Application.Session.Folders("youruserid@gmail.com").Folders("Inbox")&lt;br /&gt;Set Item = Nothing&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;Public Sub MoveGmailSpamToInbox()&lt;br /&gt;Dim GmailInboxFolder As Outlook.Folder&lt;br /&gt;Dim Item As Outlook.MailItem&lt;br /&gt;&lt;br /&gt;Set GmailInboxFolder = Application.Session.Folders("youruserid@gmail.com").Folders("Inbox")&lt;br /&gt;For Each Item In Application.Session.Folders("youruserid@gmail.com").Folders("[Gmail]").Folders("Spam").Items&lt;br /&gt;Item.Move GmailInboxFolder&lt;br /&gt;Next Item&lt;br /&gt;Set GmailInboxFolder = Nothing&lt;br /&gt;End Sub&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19224204-5851673284346165563?l=mjcenterprises.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/erFdxwU6es1HU0WVinUrNzNA7po/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/erFdxwU6es1HU0WVinUrNzNA7po/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/erFdxwU6es1HU0WVinUrNzNA7po/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/erFdxwU6es1HU0WVinUrNzNA7po/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/OuTxW/~4/1obFRd76kC0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mjcenterprises.blogspot.com/feeds/5851673284346165563/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=19224204&amp;postID=5851673284346165563" title="10 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/19224204/posts/default/5851673284346165563?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/19224204/posts/default/5851673284346165563?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/OuTxW/~3/1obFRd76kC0/how-to-effectively-turn-off-gmail-spam.html" title="How to effectively turn off gmail spam filtering in Outlook 2007" /><author><name>Michael</name><uri>http://www.blogger.com/profile/17320194614516894366</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>10</thr:total><feedburner:origLink>http://mjcenterprises.blogspot.com/2007/12/how-to-effectively-turn-off-gmail-spam.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C04DQXg_fyp7ImA9WBFQGU0.&quot;"><id>tag:blogger.com,1999:blog-19224204.post-113270158222584249</id><published>2005-11-22T15:16:00.000-08:00</published><updated>2007-03-14T12:52:50.647-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-03-14T12:52:50.647-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="analyzers" /><category scheme="http://www.blogger.com/atom/ns#" term="networking" /><title>Network Analyzers</title><content type="html">Most network analyzers are "raw" analyzers, they don't even give you a 1 "by" like Lanhound does i.e. "traffic by host".&lt;br /&gt;&lt;br /&gt;I would just like a 2 "by" i.e. "traffic by host by protocol".&lt;br /&gt;&lt;br /&gt;I can only hope for a 3 "by" i.e. "traffic by host by protocol by domain".&lt;br /&gt;&lt;br /&gt;Does anyone know of a network analyzer that gives you a pivot table like this and let's you drill down to the detail you want?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19224204-113270158222584249?l=mjcenterprises.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wkC-4yXtSbPKieood2VbwdUNGa4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wkC-4yXtSbPKieood2VbwdUNGa4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wkC-4yXtSbPKieood2VbwdUNGa4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wkC-4yXtSbPKieood2VbwdUNGa4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/OuTxW/~4/g7cQK_mSMLg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://mjcenterprises.blogspot.com/feeds/113270158222584249/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=19224204&amp;postID=113270158222584249" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/19224204/posts/default/113270158222584249?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/19224204/posts/default/113270158222584249?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/OuTxW/~3/g7cQK_mSMLg/network-analyzers.html" title="Network Analyzers" /><author><name>Michael</name><uri>http://www.blogger.com/profile/17320194614516894366</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://mjcenterprises.blogspot.com/2005/11/network-analyzers.html</feedburner:origLink></entry></feed>

