<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -210,7 +210,7 @@ sub canonify {
     return &quot;&quot; if $path eq &quot;&quot;;
 
     # bare postmaster is permissible, perl RFC-2821 (4.5.1)
-    return (&quot;postmaster&quot;, undef) if $path eq &quot;postmaster&quot;;
+    return (&quot;postmaster&quot;, undef) if $path =~ m/^postmaster$/i;
 
     my ($localpart, $domainpart) = ($path =~ /^(.*)\@($domain)$/);
     return (undef) unless defined $localpart;</diff>
      <filename>lib/Qpsmtpd/Address.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6b6581fbf5cb12cb8a71de9cc05c3afdb4afdd28</id>
    </parent>
  </parents>
  <author>
    <name>Pedro Melo</name>
    <login>melo</login>
    <email>melo@simplicidade.org</email>
  </author>
  <url>http://github.com/abh/qpsmtpd/commit/8e5bd5aa69eff1e25fc3b9eac8c520ab8d4a863a</url>
  <id>8e5bd5aa69eff1e25fc3b9eac8c520ab8d4a863a</id>
  <committed-date>2009-03-14T10:18:13-07:00</committed-date>
  <authored-date>2009-03-14T10:18:13-07:00</authored-date>
  <message>The bare postmaster address is case-insensitive

Per rfc2821, sec 4.5.1 and rfc5321, sec 4.5.1.

Signed-off-by: Pedro Melo &lt;melo@simplicidade.org&gt;</message>
  <tree>87315dcae093a6262f74f35202635cc5bc0c7186</tree>
  <committer>
    <name>Pedro Melo</name>
    <login>melo</login>
    <email>melo@simplicidade.org</email>
  </committer>
</commit>
