Bugzilla – Attachment 127526 Details for
Bug 28870
Cart shipping fails because of Non-ASCII characters in display-name of reply-to address
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
21.05.x: Bug 28870: non-FQDN addresses are valid
0006-Bug-28870-non-FQDN-addresses-are-valid.patch (text/plain), 1.30 KB, created by
Michael Hafen
on 2021-11-10 23:34:09 UTC
(
hide
)
Description:
21.05.x: Bug 28870: non-FQDN addresses are valid
Filename:
MIME Type:
Creator:
Michael Hafen
Created:
2021-11-10 23:34:09 UTC
Size:
1.30 KB
patch
obsolete
>From a1017fa5d5da1fb75b65982ca5ca258ef8b667b0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 26 Aug 2021 17:21:32 +0200 >Subject: [PATCH 6/6] Bug 28870: non-FQDN addresses are valid >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > t/Koha/Email.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/Koha/Email.t b/t/Koha/Email.t >index 0a1295d68a..0d12016725 100755 >--- a/t/Koha/Email.t >+++ b/t/Koha/Email.t >@@ -259,10 +259,10 @@ subtest 'is_valid' => sub { > is(Koha::Email->is_valid('Fróm <from@example.com>'), 1); > is(Koha::Email->is_valid('from@example.com'), 1); > is(Koha::Email->is_valid('<from@example.com>'), 1); >+ is(Koha::Email->is_valid('root@localhost'), 1); # See bug 28017 > > is(Koha::Email->is_valid('<from@fróm.com>'), 0); # "In accordance with RFC 822 and its descendants, this module demands that email addresses be ASCII only" > isnt(Koha::Email->is_valid('@example.com'), 1); > isnt(Koha::Email->is_valid('example.com'), 1); >- isnt(Koha::Email->is_valid('root@localhost'), 1); > isnt(Koha::Email->is_valid('from'), 1); > }; >-- >2.25.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28870
:
124002
|
124003
|
124004
|
124117
|
124118
|
124119
|
124178
|
124179
|
124180
|
124183
|
124184
|
124185
|
124752
|
124753
|
124754
|
124755
|
124756
|
124757
|
124762
|
124763
|
124764
|
124765
|
124766
|
124767
|
127521
|
127522
|
127523
|
127524
|
127525
| 127526 |
127745
|
127746
|
127747
|
127748
|
127749
|
127750