Skip to content
Snippets Groups Projects
Commit 91b6ac27 authored by Florian Schaal's avatar Florian Schaal
Browse files

FS#1212 - IP Address in fetchmail - allow ipv4 or hostname for pop/imap-server

parent af6cf4d1
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ $form["tabs"]['mailget'] = array (
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
'errmsg'=> 'source_server_error_isempty'),
1 => array ( 'type' => 'REGEX',
'regex' => '/^[\w\.\-]{2,64}\.[a-zA-Z\-]{2,10}$/',
'regex' => '/^([\w\.\-]{2,64}\.[a-zA-Z\-]{2,10}|(?:[0-9]{1,3}\.){3}[0-9]{1,3})$/',
'errmsg'=> 'source_server_error_regex'),
),
'default' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment