Hi

After updating to Koha 21.11.06 the system is sending us the following e-mail every day:

### START ###

/etc/cron.daily/koha-common:

The "AutoRenewalNotices" syspref is set to 'Follow the cron switch'.
The send_notices switch for this script is deprecated, you should either set the preference
to 'Never send emails' or 'Follow patron messaging preferences'

The "EnhancedMessagingPreferences" syspref is off.
Therefore, it is unlikely that this script will actually produce any messages to be sent.
To change this, edit the "EnhancedMessagingPreferences" syspref.

### END ###

In fact we have already set the value of system preference "AutoRenewalNotices" to "never" after the first such e-mail:

select variable, value from systempreferences where variable="AutoRenewalNotices";
+--------------------+-------+
| variable           | value |
+--------------------+-------+
| AutoRenewalNotices | never |
+--------------------+-------+

Also, in fact system preference "EnhancedMessagingPreferences" is on (not off):

select variable, value from systempreferences where variable="EnhancedMessagingPreferences";
+------------------------------+-------+
| variable                     | value |
+------------------------------+-------+
| EnhancedMessagingPreferences | 1     |
+------------------------------+-------+

How can we get rid of these annoying e-mails?

Best wishes: Michael
--
Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis
Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
T 0041 (0)61 261 55 61 · E m...@adminkuhn.ch · W www.adminkuhn.ch
_______________________________________________

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to