<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/Mail/Delivery/SMTP.pm, branch master</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>fix copyright</title>
<updated>2012-12-13T13:55:25+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2012-12-13T13:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=a7315027fd1ac2e0af2de88b6366f4b7c4ad06da'/>
<id>a7315027fd1ac2e0af2de88b6366f4b7c4ad06da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RT#66474: catch up IO::Handle changes in Perl 5.16 to avoid a lot of warnings.</title>
<updated>2012-12-13T13:42:26+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2012-12-13T13:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=547a278d04d6f0fd4a0517b79cde5f150afd1bd7'/>
<id>547a278d04d6f0fd4a0517b79cde5f150afd1bd7</id>
<content type='text'>
 while (1) { ...
-   $buf = $socket-&gt;getline;
+   defined ( $buf = $socket-&gt;getline ) || next SMTP_REPLY;
}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 while (1) { ...
-   $buf = $socket-&gt;getline;
+   defined ( $buf = $socket-&gt;getline ) || next SMTP_REPLY;
}
</pre>
</div>
</content>
</entry>
<entry>
<title>white space cosmetics</title>
<updated>2006-07-09T12:11:11+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2006-07-09T12:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b6576c5f6a85a07323f4d84c329174d2309931c4'/>
<id>b6576c5f6a85a07323f4d84c329174d2309931c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>message modified (unified among modules)</title>
<updated>2006-04-22T08:55:32+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2006-04-22T08:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=5b2afee214d8d172037abd85e312d967b63f9cf8'/>
<id>5b2afee214d8d172037abd85e312d967b63f9cf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix error reset timing.</title>
<updated>2006-04-20T23:55:02+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2006-04-20T23:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=4d988749498c931f06d7d925fcb550612dd194b5'/>
<id>4d988749498c931f06d7d925fcb550612dd194b5</id>
<content type='text'>
show more useful info in log message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
show more useful info in log message.
</pre>
</div>
</content>
</entry>
<entry>
<title>try to connect(2) $mta by IPv6 if (1) we can use Socket6 and (2) mta</title>
<updated>2006-04-20T04:02:30+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2006-04-20T04:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=566601d691693f15f9ab1d9259c5f53cc9672fea'/>
<id>566601d691693f15f9ab1d9259c5f53cc9672fea</id>
<content type='text'>
is not pure IPv4 syntax (Iv6 syntax or hostname).

IPv6 module, which should be fully rewritten in the future, exports
parse_mta6() and is_pure_ipv4_syntax().  rewritten to use them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is not pure IPv4 syntax (Iv6 syntax or hostname).

IPv6 module, which should be fully rewritten in the future, exports
parse_mta6() and is_pure_ipv4_syntax().  rewritten to use them.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix variable name: num_rcpt -&gt; rcpt_total</title>
<updated>2006-04-16T06:56:53+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2006-04-16T06:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=5f4eda7f0088ca1e110becd2df965e9948378f1a'/>
<id>5f4eda7f0088ca1e110becd2df965e9948378f1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix fallback algorithm: we need not do fallback for the queue already</title>
<updated>2006-04-05T08:40:20+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2006-04-05T08:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=d0e625dc2765af4a634c680c7fc99872ccd6c0f4'/>
<id>d0e625dc2765af4a634c680c7fc99872ccd6c0f4</id>
<content type='text'>
on the queue.

bug fix loop check counting.
bug fix queue_directry info handling.

prepare several acess methods: _is_map_in_queue(),
_set_queue_directory(), _get_queue_directory(), set_not_done(),
get_not_done().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on the queue.

bug fix loop check counting.
bug fix queue_directry info handling.

prepare several acess methods: _is_map_in_queue(),
_set_queue_directory(), _get_queue_directory(), set_not_done(),
get_not_done().
</pre>
</div>
</content>
</entry>
<entry>
<title>style: not use $_xxx in loop</title>
<updated>2006-04-03T10:10:12+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2006-04-03T10:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=4adc1a04ff4b8717f26a3616182577e5c6599e68'/>
<id>4adc1a04ff4b8717f26a3616182577e5c6599e68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix retry handling (now we use cost penalty by rollback).</title>
<updated>2006-04-03T09:59:56+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2006-04-03T09:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=d2ed0a7644556bbdb1ac489d5de8260a4dfcea3a'/>
<id>d2ed0a7644556bbdb1ac489d5de8260a4dfcea3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
