==================================================================
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=7007
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
==================================================================
Priority: P3
Bug ID: 7007
Assignee: [email protected]
Summary: smeserver-wbl Use of uninitialized value in string eq
in 11whitelist_soft
QA Contact: [email protected]
Severity: normal
Classification: Contribs
OS: ---
Reporter: [email protected]
Hardware: ---
Status: UNCONFIRMED
Version: 8.0
Component: smeserver-wbl
Product: SME Contribs
Whilst testing this contrib I noticed the following in the logs:
WARNING in
/etc/e-smith/templates//var/service/qpsmtpd/config/peers/0/11whitelist_soft:
Use of uninitialized value in string eq at
/etc/e-smith/templates//var/service/qpsmtpd/config/peers/0/11whitelist_soft
line 2.
The offending template contains the following :
{
return (whitelist_soft) if ($qpsmtpd{RequireResolvableFromHost} eq 'yes');
}
It would appear that this line is no longer needed :
http://wiki.contribs.org/SME_Server:8.0
Enable qpsmtpd RequireResolvableFromHost plugin by default, remove database
entry and the database default value
So I changed it to :
{
return (whitelist_soft);
}
That removes the error but I am not sure where it gets (whitelist_soft) details
from, assuming there are any ??
I note there are a couple of bugs against this and the earlier version of this
contrib. Is anyone maintaining it ?
I'm not sure I am sufficiently capable of maintaining it but would happily lend
a hand as it seems a handy tool.
--
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/