Bugzilla – Attachment 124185 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.14 KB, created by
Jonathan Druart
on 2021-08-27 13:42:42 UTC
(
hide
)
Description:
Bug 28870: non-FQDN addresses are valid
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-08-27 13:42:42 UTC
Size:
1.14 KB
patch
obsolete
>From 4d0ff0eeee754f0364f7a0f060434bba7564184a 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> >--- > 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 f47a0908cda..a329950a37b 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.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