[exim-dev] [Bug 1141] remote_smtp reuse when should not be

2015-03-15 Thread Jeremy Harris
--- You are receiving this mail because: ---
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1141

Jeremy Harris jgh146...@wizmail.org changed:

   What|Removed |Added

 CC||jgh146...@wizmail.org
 AssignedTo|p...@exim.org|jgh146...@wizmail.org
 Status|ASSIGNED|NEW




-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 1141] remote_smtp reuse when should not be

2015-03-15 Thread Jeremy Harris
--- You are receiving this mail because: ---
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1141

Jeremy Harris jgh146...@wizmail.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 1141] remote_smtp reuse when should not be

2015-03-15 Thread Git Commit
--- You are receiving this mail because: ---
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1141

Git Commit g...@exim.org changed:

   What|Removed |Added

 CC||g...@exim.org




--- Comment #10 from Git Commit g...@exim.org  2015-03-15 15:17:05 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/a39bd74d3e942db1b465cae643e1a4766ffb304e

commit a39bd74d3e942db1b465cae643e1a4766ffb304e
Author: Julian Brown julian.br...@cpanel.net
AuthorDate: Sun Mar 15 13:36:54 2015 +
Commit: Jeremy Harris jgh146...@wizmail.org
CommitDate: Sun Mar 15 14:16:07 2015 +

when trying spooled messages, account for the local-interface in grouping
for a connection.  bug 1141

 src/src/deliver.c|   16 +
 src/src/functions.h  |5 +-
 src/src/ip.c |   88 +++---
 src/src/structs.h|3 +
 src/src/transport.c  |  173 +---
 src/src/transports/smtp.c|   87 ++-
 test/confs/0603  |   60 
 test/confs/0604  |   59 
 test/log/0603|   30 ++
 test/log/0604|  330 +
 test/scripts/-Basic/0603 |   71 +
 test/scripts/-Basic/0604 |  667 ++
 test/stderr/0604 |2 +
 test/stdout/0603 |   31 ++
 test/stdout/0604 |  406 +
 15 files changed, 1942 insertions(+), 86 deletions(-)


-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 1590] outbound SOCKS proxy support

2015-03-15 Thread Git Commit
--- You are receiving this mail because: ---
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1590

Git Commit g...@exim.org changed:

   What|Removed |Added

 CC||g...@exim.org




--- Comment #4 from Git Commit g...@exim.org  2015-03-15 13:17:06 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/7eb6c37c5084760c1d1469bd4be652b479a8df55

commit 7eb6c37c5084760c1d1469bd4be652b479a8df55
Author: Jeremy Harris jgh146...@wizmail.org
AuthorDate: Sun Mar 15 12:32:11 2015 +
Commit: Jeremy Harris jgh146...@wizmail.org
CommitDate: Sun Mar 15 12:34:33 2015 +

socks: as a client, talk smtp via a socks5 proxy.  bug 1590

 doc/doc-txt/NewStuff |4 +
 doc/doc-txt/experimental-spec.txt|   33 
 src/scripts/MakeLinks|1 +
 src/src/EDITME   |3 +
 src/src/config.h.defaults|3 +-
 src/src/exim.c   |3 +
 src/src/functions.h  |   10 +-
 src/src/ip.c |   64 ---
 src/src/smtp_out.c   |  142 --
 src/src/transports/Makefile  |3 +-
 src/src/transports/smtp.c|   14 +-
 src/src/transports/smtp.h|8 +
 src/src/transports/smtp_socks.c  |  310 ++
 src/src/verify.c |9 +-
 test/README  |   10 +-
 test/confs/4020  |   44 +
 test/confs/4028  |   63 ++
 test/confs/4029  |   64 ++
 test/log/4020|6 +
 test/log/4028|9 +
 test/log/4029|   11 +
 test/scripts/2000-GnuTLS/2000|2 +-
 test/scripts/2000-GnuTLS/2018|2 +-
 test/scripts/4000-scanning/4006  |2 +-
 test/scripts/4020-socks/4020 |   85 
 test/scripts/4020-socks/REQUIRES |1 +
 test/scripts/4028-GnuTLS-socks/4028  |   30 +++
 test/scripts/4028-GnuTLS-socks/REQUIRES  |4 +
 test/scripts/4029-OpenSSL-socks/4029 |   30 +++
 test/scripts/4029-OpenSSL-socks/REQUIRES |4 +
 test/src/server.c|  162 
 test/stdout/0259 |2 +-
 test/stdout/4003 |   10 +-
 test/stdout/4006 |6 +-
 test/stdout/4020 |   68 +++
 test/stdout/4028 |   12 ++
 test/stdout/4029 |   12 ++
 37 files changed, 1081 insertions(+), 165 deletions(-)


-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##