==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=5037

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================





--- Comment #1 from Pascal SCHIRRMANN <[email protected]>  2009-03-02 
13:24:14 ---
Hi,

Yuo are right, according to this source :
http://www.iana.org/domains/root/db/
there are currently two top level domain name of 6 caracter long : museum and
travel.

I'll try to correct that in 'not to long time', but I'm really busy currently.

If you can edit a file on a Unix system, a 'quick and dirty' (but tested !)
wotrkaround is to edit the lines 471 and 513 of
/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/fetchmail.pm

(here is the second line, the first is nearly identical ) :
if ( $server !~ /^([a-z0-9\-]+\.){1,4}[a-z]{2,5}$/i and $server !~
/^$IPPattern$/ ) {

You have to change the {2,5} part (that says : the toplevel part bust be
between 2 and 5 character) to, say {2,7}

This is a quick fix, but if you try a longer top level domain, the systems will
still complains that the acceptable value are between 2 and 5 characters (only
cosmetic, in this case)

I'll post again as soon as I have rolled a new rpm.

Thanks for your report.

Pascal

-- 
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam

Reply via email to