Bug #81
Error in whitelist domain name validation
| Status: | Closed | Start: | 11/06/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | EasyPush Server Manager | |||
| Target version: | 3.4 |
Description
Domains like 'ab.com' are not validated but are correct! For the moment I have changed /var/easypush/tmpl/spamassassin_settings/spamassassin_setting.html and change the line 167 from:
if (dot>2 && dot<57)
to
if (dot>1 && dot<57)
There is a better solution?
History
Updated by Debayan Banerjee over 2 years ago
- Status changed from New to Closed
rev 650 solves the issue