Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: setup: extending valid email addressed ......................................................................
packaging: setup: extending valid email addressed Bug-Url: https://bugzilla.redhat.com/1065269 Change-Id: Id4e84e36080ea7dc49b8577fa2d431c3bb3b959c Signed-off-by: Giorgio Bersano <giorgio.bers...@patrimoniosettimo.it> Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> (cherry picked from commit f3461647d317b243319a1b03c9338e6699a019f3) --- M src/plugins/ovirt-hosted-engine-setup/ha/ha_notifications.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/33/24533/1 diff --git a/src/plugins/ovirt-hosted-engine-setup/ha/ha_notifications.py b/src/plugins/ovirt-hosted-engine-setup/ha/ha_notifications.py index 64e41e7..50a5206 100644 --- a/src/plugins/ovirt-hosted-engine-setup/ha/ha_notifications.py +++ b/src/plugins/ovirt-hosted-engine-setup/ha/ha_notifications.py @@ -69,7 +69,7 @@ _RE_EMAIL_ADDRESS = re.compile( flags=re.VERBOSE, pattern=r""" - [a-zA-Z0-9_.+]+ + [a-zA-Z0-9_.+\-=]+ @ [a-z0-9.-]+ """ -- To view, visit http://gerrit.ovirt.org/24533 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id4e84e36080ea7dc49b8577fa2d431c3bb3b959c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: ovirt-hosted-engine-setup-1.1 Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches