==================================================================
  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=5147

  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
==================================================================

           Summary: Error in template expansion
           Product: SME Contribs
  Found-In-Version: 7.4
          Platform: PC
  Fixed-In-Version: Unknown
            Status: NEW
          Severity: normal
          Priority: P3
         Component: smeserver-fetchmail
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


>From my /var/log/messages after applying latest updates:

Apr  7 00:00:11 homer esmith::event[2549]: expanding /etc/fetchmail
Apr  7 00:00:14 homer esmith::event[2549]: WARNING in
/etc/e-smith/templates//etc/fetchmail/90fetchmail: Argument "103060170el40sme"
isn't numeric in numeric gt (>) at
/etc/e-smith/templates//etc/fetchmail/90fetchmail line 104.
Apr  7 00:00:14 homer esmith::event[2549]: WARNING in
/etc/e-smith/templates//etc/fetchmail/90fetchmail: Argument "103060170el40sme"
isn't numeric in numeric gt (>) at
/etc/e-smith/templates//etc/fetchmail/90fetchmail line 104.
Apr  7 00:00:14 homer esmith::event[2549]: WARNING: Template processing
succeeded for //etc/fetchmail: 2 fragments generated warnings
Apr  7 00:00:14 homer esmith::event[2549]:  at
/etc/e-smith/events/actions/generic_template_expand line 56

[r...@homer ~]# rpm -qf /etc/e-smith/templates/etc/fetchmail/90fetchmail
smeserver-fetchmail-1.3.6-17.el4.sme
[r...@homer ~]#

I think the comparison in 90fetchmail should use gt instead of > on line 104:

[r...@homer ~]# sed -n '104{p;q}'
/etc/e-smith/templates/etc/fetchmail/90fetchmail
        if ( $packversion >$version ) {
[r...@homer ~]#

-- 
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