==================================================================
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=8024
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
==================================================================
Bug ID: 8024
Summary: Use of uninitialized value in string eq
Classification: Contribs
Product: SME Contribs
Version: 8.0
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-mailsorting
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
looking a bit on bug 8023 for another purpose and i saw that on the current
release of smeserver-mailsorting we can see an error in /var/log/message
Of course it is a fresh install of the stable release
Installed:
smeserver-mailsorting.noarch 0:1.2-41.el5.sme
smeserver-userpanel.noarch 0:0.9-11.el5.sme
Dependency Installed:
perl-Unicode-IMAPUtf7.noarch 0:2.00-1.el5.rf
perl-Unicode-String.x86_64 0:2.09-7.el5
when i set a mail sort rule i found this error
------------------------------
Nov 27 18:16:06 sme8dev64 esmith::event[14708]: Processing event:
mailsorting-conf stephane
Nov 27 18:16:06 sme8dev64 esmith::event[14708]: Running event handler:
/etc/e-smith/events/mailsorting-conf/S20mailsorting-update-user
Nov 27 18:16:06 sme8dev64 esmith::event[14708]: Use of uninitialized value in
string eq at /etc/e-smith/events/mailsorting-conf/S20mailsorting-update-user
line 44.
Nov 27 18:16:07 sme8dev64 esmith::event[14708]:
S20mailsorting-update-user=action|Event|mailsorting-conf|Action|S20mailsorting-update-user|Start|1385572566
868862|End|1385572567 47884|Elapsed|0.179022
Nov 27 18:16:07 sme8dev64 esmith::event[14708]: Running event handler:
/etc/e-smith/events/mailsorting-conf/S30qmail-update-user
Nov 27 18:16:07 sme8dev64 esmith::event[14708]:
S30qmail-update-user=action|Event|mailsorting-conf|Action|S30qmail-update-user|Start|1385572567
48440|End|1385572567 319010|Elapsed|0.27057
-------------------------------
it comes from lines 44 of the file
/etc/e-smith/events/mailsorting-conf/S20mailsorting-update-user
this is the code
if($user->prop('geekmode') eq "enabled"){
print "User $userName in geek mode, do not update mailfilter and
procmail rules.\n";
exit;
}
--
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/