Mime-proxy

  Patrick Lamaizière <patrick(dot)softs(at)lamaiziere(dot)net>



Version 2.1.c.2  (19/07/2006)
+fix.

Version 2.1.c.1  (6/2/2006)
+fix.
Version 2.1.c.0  (1/1/2006)

Version 2.0.c.3 (19/11/2005)

+fix.
Version 2.0.c.2 (07/10/2005)

+fix

Version 2.0.c.1 (02/06/2005)

Version 2.0.c.0 (2.0.b.1 to 2.0.b.3) (22/05/2005)
If fork failed, MP rejects the connection with an error "No more ressources available ! Try later"
MP rejects the connection if the number of managed sockets is greater than this parameter with an error "No more ressources available ! Try later".
MP needs one socket by local server and two sockets by connection to handle the connection between the client and the remote server. If connections are forked, only local server sockets are counted.
if the parameter 'original_ip_reverse' is also set , X-Original-IP is filled with the reverse dns of the client.
[default]
original_ip_header = 1
original_ip_reverse = 1
+ fix:
+ Provide C code files to compile MP without the need of SmartEiffel or Eiffel source code under *nix. See the C-code directory in the sources zip file.

Version 2.0.b.0. (22/04/2005)

This is still a beta version, but it seems to work fine.

+ fix :

Version 2.0.a.0. (09/03/2005)

WARNING: This is an alpha / beta test version !

Version 1.4.c.4. (21/01/2005)

+ fix.

Version 1.4.c.3. (11/10/2004)

+ fix.
Thanks to pkd!


Version 1.4.c.2.
(27/07/2004)
Mime-proxy will reject the article with an error "437: Mime-proxy can't encode this article! us-ascii:0x000020AC,iso-8859-1:0x000020AC"
It means : us-ascii is not good to send the Unicode character 0x20AC (euro), iso-8859-1 is not good too.

+ fix.
Version 1.4.c.1. (26/06/2004)
+ fix.
+ Under Windows, i use the C compiler from Microsoft (lcc-win32 does not allow commercial applications anymore and i want to make big money).

Version 1.4.c.0. (29/02/2004)

Version 1.3.c.0. (21/09/2003)

In case of RFC2047 encoding (encoded_word=1), this parameter is not used. You can set this parameter for an article with the "X-Mp-Header-Charset:" header. Ex : X-Mp-Header-Charset: iso-8859-1
+ fix.

Version 1.2.c.0. (17/07/2003)

You can enable/disable yEnc support for an outgoing article with the X-Mp-yEncode: no/yes field.
Note : yEnc articles are always sent in 8 bits.
If  "client_decoding_charset" is not set, MP uses the "client_charset" parameter by default
 + fix.
Version 1.1.c.2. (6/05/2003)

+ fix. Version 1.1.c.1. (12/04/2003)
[default]
default_charset = iso-8859-15
+ fix.