Bugzilla – Attachment 124767 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]
Bug 28870: non-FQDN addresses are valid
Bug-28870-non-FQDN-addresses-are-valid.patch (text/plain), 1.25 KB, created by
Nick Clemens (kidclamp)
on 2021-09-10 13:46:04 UTC
(
hide
)
Description:
Bug 28870: non-FQDN addresses are valid
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-09-10 13:46:04 UTC
Size:
1.25 KB
patch
obsolete
>From 37dd9ad4a44951f1d4b4fc0e9c57686fc6c946c3 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] Bug 28870: non-FQDN addresses are valid > >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 f47a0908cd..a329950a37 100755 >--- a/t/Koha/Email.t >+++ b/t/Koha/Email.t >@@ -255,10 +255,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.20.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