[exim-dev] [Bug 1698] max_parallel option for transports

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1698

--- Comment #2 from Jeremy Harris  ---
Created attachment 836
  --> https://bugs.exim.org/attachment.cgi?id=836=edit
generic transport option

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 1691] GnuTLS version check for tls_verify_certificates=system seems to be broken

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1691

Jeremy Harris  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Jeremy Harris  ---
Nobody complained

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 1666] exim should log unexpanded queries

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1666

--- Comment #4 from Jeremy Harris  ---
To stir the pot a little, there is code explicitly checking delivery error
messages for lookup-ish words, substituting a generic message before it hits
the logs.  Presumably for the same reasons as this bug report.

[ post_process_one() ]

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 1684] Malformed headers which exceed length spec willingly passed to remote servers

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1684

Git Commit  changed:

   What|Removed |Added

 CC||g...@exim.org

--- Comment #8 from Git Commit  ---
Git commit:
http://git.exim.org/exim.git/commitdiff/8c952127a4d1827ea14da68d94eb5ea8d6174a35

commit 8c952127a4d1827ea14da68d94eb5ea8d6174a35
Author: Jeremy Harris 
AuthorDate: Tue Oct 13 17:04:03 2015 +0100
Commit: Jeremy Harris 
CommitDate: Tue Oct 13 17:08:28 2015 +0100

Check maximum (folded) line length in default spec file data ACL and smtp
transport.  Bug 1684
---
 src/src/configure.default | 9 +
 1 file changed, 9 insertions(+)

diff --git a/src/src/configure.default b/src/src/configure.default
index 3223bff..ec60700 100644
--- a/src/src/configure.default
+++ b/src/src/configure.default
@@ -492,6 +492,11 @@ acl_check_rcpt:

 acl_check_data:

+  # Deny if the message contains an overlong line.  Per the standards
+  # we should never receive one such via SMTP.
+  #
+  denycondition  = ${if > {$max_received_linelength}{998}}
+
   # Deny if the message contains a virus. Before enabling this check, you
   # must install a virus scanner and set the av_scanner option above.
   #
@@ -684,9 +689,13 @@ begin transports


 # This transport is used for delivering messages over SMTP connections.
+# Refuse to send any messsage with over-long lines, which could have
+# been receved other than via SMTP. The use of message_size_limit to
+# enforce this is a red herring.

 remote_smtp:
   driver = smtp
+  message_size_limit = ${if > {$max_received_linelength}{998} {1}{0}}


 # This transport is used for local delivery to user mailboxes in traditional

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 1684] Malformed headers which exceed length spec willingly passed to remote servers

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1684

Jeremy Harris  changed:

   What|Removed |Added

   See Also||https://bugs.exim.org/show_
   ||bug.cgi?id=331

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 331] Add $body_longlinecount and $header_longlinecount

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=331

Jeremy Harris  changed:

   What|Removed |Added

 CC||jgh146...@wizmail.org
   See Also||https://bugs.exim.org/show_
   ||bug.cgi?id=1684

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 327] A way of seeing the whole message in Perl or ${run

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=327

Jeremy Harris  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED
 CC||jgh146...@wizmail.org

--- Comment #3 from Jeremy Harris  ---
The malware= content scanners support writing custom daemons which are handed
a filename; I think that satisfies this need.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 127] make queue_run_in_order to newest first

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=127

Jeremy Harris  changed:

   What|Removed |Added

 CC||jgh146...@wizmail.org
   See Also||https://bugs.exim.org/show_
   ||bug.cgi?id=336

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 135] remote sort by numbers of recipients

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=135

Jeremy Harris  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX
 CC||jgh146...@wizmail.org

--- Comment #3 from Jeremy Harris  ---
Needs justification.  I could see this possibly providing best service
in a world of dialup uucp, and only one phone line - but these days?

Please re-open with reasons.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 1684] Malformed headers which exceed length spec willingly passed to remote servers

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1684

Jeremy Harris  changed:

   What|Removed |Added

   Assignee|h...@schlittermann.de |jgh146...@wizmail.org
 Status|NEW |ASSIGNED

--- Comment #7 from Jeremy Harris  ---
I've committed the above as being the minimal possible change.
If people feel the check should be hard-coded, it wouldn't be hard.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 127] make queue_run_in_order to newest first

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=127

--- Comment #2 from Jeremy Harris  ---
Multiple queues (bug 336) might help for this use-case

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 1698] max_parallel option for transports

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1698

Jeremy Harris  changed:

   What|Removed |Added

   See Also||https://bugs.exim.org/show_
   ||bug.cgi?id=377

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 377] Control total number of outgoing SMTP calls

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=377

Jeremy Harris  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #2 from Jeremy Harris  ---
A transport option to limit concurrency has been added, per bug 1698.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 358] Change to Bind 9 API

2015-10-13 Thread admin
https://bugs.exim.org/show_bug.cgi?id=358

Jeremy Harris  changed:

   What|Removed |Added

 CC||jgh146...@wizmail.org
 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #2 from Jeremy Harris  ---
I think this bug has been overtaken by events.  We appear to be still using the
same API and I see no hints of a replacement.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##