<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_mx.git/changes, branch 0.10.2</title>
<subtitle>[leap_mx] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/'/>
<entry>
<title>[pkg] update changelog</title>
<updated>2017-11-22T17:05:27+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-11-22T17:05:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=96be9ad1a0b2052a1df00060b6077fc1330e6078'/>
<id>96be9ad1a0b2052a1df00060b6077fc1330e6078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] check if key is expired</title>
<updated>2017-05-26T10:59:10+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-05-25T22:34:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=1448a963841771be3787dc11b3d6a30572550d16'/>
<id>1448a963841771be3787dc11b3d6a30572550d16</id>
<content type='text'>
For expired keys gnupg will not allow us to encrypt (to force it we'll
need to fake the system date). Let's bounce the email properly in this case,
and register the error.

Make sure as well that _encrypt_message does not return None, let's
raise exceptions in case of failure.

- Related: #8663
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For expired keys gnupg will not allow us to encrypt (to force it we'll
need to fake the system date). Let's bounce the email properly in this case,
and register the error.

Make sure as well that _encrypt_message does not return None, let's
raise exceptions in case of failure.

- Related: #8663
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] remove old changes notes</title>
<updated>2017-01-26T21:39:33+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-05-13T13:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=43f670bec64cf52ff2ecc9f548735b25f6c14076'/>
<id>43f670bec64cf52ff2ecc9f548735b25f6c14076</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] Update changelog</title>
<updated>2016-04-18T16:01:56+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-18T16:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=3093a7ee4574e38196d1037d7483ff673bb95fdd'/>
<id>3093a7ee4574e38196d1037d7483ff673bb95fdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] Bounce stalled emails after a timeout.</title>
<updated>2016-04-14T18:05:02+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2016-04-07T17:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=db3b1369ce12efea2c3d06d0671bfa655ef49571'/>
<id>db3b1369ce12efea2c3d06d0671bfa655ef49571</id>
<content type='text'>
* Resolves: #7998
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Resolves: #7998
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Check if the account is enabled</title>
<updated>2016-03-11T12:14:34+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2016-03-11T12:14:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=76df59e41d971a030f3630db96c732efe2577f91'/>
<id>76df59e41d971a030f3630db96c732efe2577f91</id>
<content type='text'>
- Resolves: #7961
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #7961
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] use the original message for encryption</title>
<updated>2015-12-09T19:17:50+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-11-25T18:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=b26643ea9848869ece6ead2ba6c0991333d3c6f4'/>
<id>b26643ea9848869ece6ead2ba6c0991333d3c6f4</id>
<content type='text'>
Do not reconstruct the message from the parsed one. Added test for
missleading encoding.

- Resolves: #7253
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not reconstruct the message from the parsed one. Added test for
missleading encoding.

- Resolves: #7253
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] postfix lookup against couchdb for client smtp fingerprint</title>
<updated>2015-12-09T18:21:58+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-11-17T23:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=8fc1258ace65be2bb828bf302fc0661cdd128bd7'/>
<id>8fc1258ace65be2bb828bf302fc0661cdd128bd7</id>
<content type='text'>
- Resolves: #4285
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #4285
</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] document the return codes of the TCP maps</title>
<updated>2015-11-26T18:10:52+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-11-26T18:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=33ff87e46bef6bcc980ed4885d8950e3d912032e'/>
<id>33ff87e46bef6bcc980ed4885d8950e3d912032e</id>
<content type='text'>
- Resolves: #7271
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #7271
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add '@deliver.local' to uuid</title>
<updated>2015-11-23T16:13:33+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-10-28T17:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=6fd862abc9e8711bd4aa117697c5df85cf6f560a'/>
<id>6fd862abc9e8711bd4aa117697c5df85cf6f560a</id>
<content type='text'>
- Resolves: #5959
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #5959
</pre>
</div>
</content>
</entry>
</feed>
