[Bug 7591] failure on idn_dots.t

2018-10-08 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7591

Henrik Krohns  changed:

   What|Removed |Added

 CC||h...@hege.li

--- Comment #10 from Henrik Krohns  ---
The problem is accepting "performance" patches with zero proof of actually
delivering. The patch that included this "faster untaint" had several other
changes that actually worsened performance.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7591] failure on idn_dots.t

2018-10-08 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7591

Nicolas R.  changed:

   What|Removed |Added

 CC||nicolas.rochelemagne@cpanel
   ||.net

--- Comment #9 from Nicolas R.  ---
we could also consider checking the perl version and if $] is greater than for
example 5.025 then we could use this fast untaint technique?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7591] failure on idn_dots.t

2018-08-19 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7591

--- Comment #8 from Kevin A. McGrail  ---
Committed revision 1838387.
Committed revision 1838388.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7591] failure on idn_dots.t

2018-08-19 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7591

Kevin A. McGrail  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Kevin A. McGrail  ---
Reversing the fast untaint patch and considering closed.  It's a bug in perl
but getting a snippet for RH so they can backport isn't something the project
can do.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7591] failure on idn_dots.t

2018-07-11 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7591

--- Comment #6 from Giovanni Bechis  ---
RH asked me to recreate the problem with a snippet,
without using all SA codebase.
I tried a bit but I failed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7591] failure on idn_dots.t

2018-07-11 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7591

--- Comment #5 from Kevin A. McGrail  ---
Thanks for cross referencing to RH.  Any word if RH is able to fix it?  I think
this clears the blocker with the code removed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7591] failure on idn_dots.t

2018-07-11 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7591

--- Comment #4 from Giovanni Bechis  ---
Test passes on CentOS 7.5 with perl 5.16 built from src.rpm (with all RH
patches) but with -D_FORTIFY_SOURCE=0.
This is definitely a Perl bug that has been fixed in later Perl versions.
IMHO the best we can do is revert the offending line of code.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7591] failure on idn_dots.t

2018-07-03 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7591

Kevin A. McGrail  changed:

   What|Removed |Added

 CC||kmcgr...@apache.org

--- Comment #3 from Kevin A. McGrail  ---
Thanks Giovanni.  Glad you were able to confirm that a custom compiled perl
resolves the issue too.  With the removal of the untaint code that was causing
the failure, I'm using Bill's tests to see if I think we can release things. 
But it is good to open a bug with RH as it points to some issue with their
compilation is possible.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7591] failure on idn_dots.t

2018-07-03 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7591

Giovanni Bechis  changed:

   What|Removed |Added

 CC||giova...@paclan.it

--- Comment #2 from Giovanni Bechis  ---
Some more info that could explain the bug in RH bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=1597565

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7591] failure on idn_dots.t

2018-06-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7591

Bill Cole  changed:

   What|Removed |Added

 CC||sa-bugz-20080315@billmail.s
   ||cconsult.com

--- Comment #1 from Bill Cole  ---
Created attachment 5578
  --> https://bz.apache.org/SpamAssassin/attachment.cgi?id=5578&action=edit
Test if get_uri_list and spamassassin script agree on number of URIs

Counts the URIs in 6 simple messages 3 ways: direct grep, get_uri_list(), and
spamassassin -D

-- 
You are receiving this mail because:
You are the assignee for the bug.