<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -146,6 +146,8 @@ function conn_matches_direction(id: conn_id, d: Direction): bool
 	
 function resp_matches_hosts(ip: addr, d: Hosts): bool
 	{
+	if ( d == None ) return F;
+	
 	return ( d == AllHosts ||
 	         (d == LocalHosts &amp;&amp; is_local_addr(ip)) ||
 	         (d == RemoteHosts &amp;&amp; !is_local_addr(ip)) );</diff>
      <filename>functions-ext.bro</filename>
    </modified>
    <modified>
      <diff>@@ -25,7 +25,6 @@ export {
 		550, # Requested action not taken: mailbox unavailable
 		551, # User not local; please try &lt;forward-path&gt;
 		553, # Requested action not taken: mailbox name not allowed
-		550, # Rejected
 	};
 	
 	redef enum Notice += {</diff>
      <filename>smtp-ext-count-rejects.bro</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
+@load global-ext
 @load smtp-ext
 
 module SMTP;</diff>
      <filename>smtp-ext-logging.bro</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>59dcf5e3a54e441dbcadf2058c9cba3a74508e0c</id>
    </parent>
  </parents>
  <author>
    <name>Seth Hall</name>
    <email>hall.692@osu.edu</email>
  </author>
  <url>http://github.com/sethhall/bro_scripts/commit/55825d0c1adca843045d7b6883115e4e17932282</url>
  <id>55825d0c1adca843045d7b6883115e4e17932282</id>
  <committed-date>2009-10-29T13:04:04-07:00</committed-date>
  <authored-date>2009-10-29T13:04:04-07:00</authored-date>
  <message>Get rid of some warnings.</message>
  <tree>a5b4675eec7256c19eaa1fe59e5df7f24e7a9387</tree>
  <committer>
    <name>Seth Hall</name>
    <email>hall.692@osu.edu</email>
  </committer>
</commit>
