Re: ezmlm warning (fixed)

2019-05-06 Thread Christopher Faylor
The duplicate Sender header was mainly coming from announce-list resends. It was helpfully added by perl's Mail::Internet package. The mailing list software has been modified to delete incoming Sender header fields when it sees them which should result only one Sender: header in mail to the list.

[ANNOUNCEMENT] Updated: gnuplot-5.2.6-2

2019-05-06 Thread Achim Gratz
This is a rebuild against the Lua 5.3 package. -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It wi

Re: thread_local performance using g++ for cygwin

2019-05-06 Thread Brian Inglis
On 2019-05-06 01:09, Arthur Norman wrote: > The attached code tried two loops each of which just calls a function that > increments an integer variable. One loop is a simple variable, the other has > the > thread_local qualifier. I put in ugly annotations to prevent g++ from inlining > the functio

Re: ezmlm warning

2019-05-06 Thread Brian Inglis
On 2019-05-06 13:04, Chris Wagner wrote: > Maintainers, I have been getting numerous bounce warnings and spam holds on > mail > sent to me by the list.  The spam holds are due to protocol violations.  This > ezmlm warning is because of: 550 Messages should have one or no Sender > headers, > not 2

Re: ezmlm warning

2019-05-06 Thread Chris Wagner
Maintainers, I have been getting numerous bounce warnings and spam holds on mail sent to me by the list. The spam holds are due to protocol violations. This ezmlm warning is because of: 550 Messages should have one or no Sender headers, not 2. If the list software could be made more complian

thread_local performance using g++ for cygwin

2019-05-06 Thread Arthur Norman
The attached code tried two loops each of which just calls a function that increments an integer variable. One loop is a simple variable, the other has the thread_local qualifier. I put in ugly annotations to prevent g++ from inlining the functions even though I compile with -O3, but in real ca