<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/mailutils, branch FRP</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=FRP</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=FRP'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2014-02-09T08:49:36+00:00</updated>
<entry>
<title>sendmail: use FQDN in default envelope sender</title>
<updated>2014-02-09T08:49:36+00:00</updated>
<author>
<name>Kaarle Ritvanen</name>
<email>kaarle.ritvanen@datakunkku.fi</email>
</author>
<published>2014-02-09T08:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4e03d4134202b117a29ecf5933a7a55e2a8532a4'/>
<id>urn:sha1:4e03d4134202b117a29ecf5933a7a55e2a8532a4</id>
<content type='text'>
RFC 5321 requires the return path to be supplied with a proper domain
name.

Signed-off-by: Kaarle Ritvanen &lt;kaarle.ritvanen@datakunkku.fi&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sendmail: make -f optional, document its default value</title>
<updated>2014-02-05T14:01:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2014-02-05T14:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=07f417b6ab92e0429f302ff6783bb9681b60120e'/>
<id>urn:sha1:07f417b6ab92e0429f302ff6783bb9681b60120e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sendmail: code shrink on top of previous patches</title>
<updated>2013-03-18T17:47:16+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2013-03-18T17:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a42f530e034b673726a91ea5d8202254e677f066'/>
<id>urn:sha1:a42f530e034b673726a91ea5d8202254e677f066</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sendmail: don't add multiple To: headers</title>
<updated>2013-03-18T17:46:31+00:00</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2013-02-24T22:45:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e82bfef8395bc0aff7c770bfadcd9e58a48ffc04'/>
<id>urn:sha1:e82bfef8395bc0aff7c770bfadcd9e58a48ffc04</id>
<content type='text'>
When adding To: header, add only a single header. If there are multiple
addresses, make it multiline.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sendmail: don't add To: header if it already exists</title>
<updated>2013-03-18T17:45:15+00:00</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2013-02-24T22:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4a732220e907bfed95e87be38cea6e15253a9ad8'/>
<id>urn:sha1:4a732220e907bfed95e87be38cea6e15253a9ad8</id>
<content type='text'>
If the message we are sending already has To: header, don't add a new one.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sendmail: support long header fields for recipients</title>
<updated>2013-03-18T17:45:15+00:00</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2013-02-24T22:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=236f222cde03b2594732dacdfe031c7c16e20f4a'/>
<id>urn:sha1:236f222cde03b2594732dacdfe031c7c16e20f4a</id>
<content type='text'>
Support long header fields in To:, Cc: and Bcc: headers.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sendmail: support address lists</title>
<updated>2013-03-18T17:45:14+00:00</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2013-02-24T22:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a8ba0a0d0ce4fa5f5afd0a8246e2378c2664c424'/>
<id>urn:sha1:a8ba0a0d0ce4fa5f5afd0a8246e2378c2664c424</id>
<content type='text'>
Headers To:, Cc: and Bcc: may have a list of comma-separated
addresses. Add support for that. Commas inside double quotes are ignored.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sendmail: support addresses inside angle brackets</title>
<updated>2013-03-18T17:45:14+00:00</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2013-02-24T22:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=06ad964ae61591ef74313d7c1746367430d0d82b'/>
<id>urn:sha1:06ad964ae61591ef74313d7c1746367430d0d82b</id>
<content type='text'>
When we extract addresses from the e-mail, try to first check for an
address inside angle brackets.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sendmail: don't mangle e-mail headers</title>
<updated>2013-03-18T17:45:13+00:00</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2013-02-24T22:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=95e99e5271cb15247ba8926f0352387643164528'/>
<id>urn:sha1:95e99e5271cb15247ba8926f0352387643164528</id>
<content type='text'>
Leave the original To: and Cc: headers untouched, when we try to extract
addresses from them.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sendmail: avoid sending mail to wrong addresses</title>
<updated>2013-03-18T17:45:13+00:00</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2013-02-24T22:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=14285d14a5826eb172e02cf2f6f1ec096add01b0'/>
<id>urn:sha1:14285d14a5826eb172e02cf2f6f1ec096add01b0</id>
<content type='text'>
If we get an address we cannot parse properly, we currently just strip
the unknown characters and still try to send it. This is considered
harmful as the resulting address may still be valid but different from
what the user originally intended.

Instead, skip sending to an address we cannot fully understand and
print the characters what we have scanned so far. Leading and trailing
whitespace is allowed and silently stripped.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
