Re: [otrs] Invalid email syntax

2008-01-24 Thread Cronfy
Hello, > > The regex that checks e-mail addresses is probably not entirely > > correct. Some mail regexes only check for @ and whether the part after > > the @ has a dot. A completely RFC-compliant regex is pretty large. > > regex needs to be changed. You can file a bug report at > > http://bugs.

Re: [otrs] Invalid email syntax

2008-01-20 Thread Mike Lykov
В сообщении от Thursday 17 January 2008 19:56:40 Nils Breunese (Lemonbit) написал(а): > The regex that checks e-mail addresses is probably not entirely > correct. Some mail regexes only check for @ and whether the part after > the @ has a dot. A completely RFC-compliant regex is pretty large. no

Re: [otrs] Invalid email syntax

2008-01-18 Thread Nils Breunese (Lemonbit)
Andrey Feldman wrote: Think it's a bug. otrs/Kernel/System/CheckItem.pm: --- CheckItem.pm.orig 2008-01-18 13:21:40.897753856 +0300 +++ CheckItem.pm 2008-01-18 13:21:48.478601392 +0300 @@ -61,7 +61,7 @@ } my $Error = ''; # email address syntax check - if ($Param{Address} !~ /^(()|([a-zA-Z0-9]+([a

Re: [otrs] Invalid email syntax

2008-01-18 Thread Andrey Feldman
Think it's a bug. otrs/Kernel/System/CheckItem.pm: --- CheckItem.pm.orig 2008-01-18 13:21:40.897753856 +0300 +++ CheckItem.pm 2008-01-18 13:21:48.478601392 +0300 @@ -61,7 +61,7 @@ } my $Error = ''; # email address syntax check - if ($Param{Address} !~ /^(()|([a-zA-Z0-9]+([a-zA-Z0-9_+\.&%-]*[a-zA-

Re: [otrs] Invalid email syntax

2008-01-17 Thread Nils Breunese (Lemonbit)
Cronfy wrote: OTRS does not want to send email to address where local part starts with underscore, i.e. '[EMAIL PROTECTED]' - there is invalid syntax it says. The address is valid. Is this a bug or a feature? How can I make OTRS pass such email addresses? Thanks in advance. The regex that ch

[otrs] Invalid email syntax

2008-01-17 Thread Cronfy
Hello, OTRS does not want to send email to address where local part starts with underscore, i.e. '[EMAIL PROTECTED]' - there is invalid syntax it says. The address is valid. Is this a bug or a feature? How can I make OTRS pass such email addresses? Thanks in advance. -- Cronfy. _