Projects
Kolab:3.4
cyrus-imapd
cyrus-imapd-2.5-disable-user-parameter-notifyd....
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cyrus-imapd-2.5-disable-user-parameter-notifyd.patch of Package cyrus-imapd (Revision 48)
Currently displaying revision
48
,
Show latest
diff --git a/notifyd/notify_external.c b/notifyd/notify_external.c index 250375c..5f71071 100644 --- a/notifyd/notify_external.c +++ b/notifyd/notify_external.c @@ -71,15 +71,15 @@ char* notify_external(const char *class, const char *priority, /* check/parse options */ if (!(notify = config_getstring(IMAPOPT_NOTIFY_EXTERNAL))) { - syslog(LOG_ERR, "ERROR: recipient not specified"); - return strdup("NO external recipient not specified"); + syslog(LOG_ERR, "ERROR: external recipient (program) not specified"); + return strdup("NO external recipient (program) not specified"); } - if (!*user) { - syslog(LOG_ERR, "ERROR: recipient not specified"); - return strdup("NO external recipient not specified"); +/* if (!*user) { + syslog(LOG_ERR, "ERROR: external recipient user not specified"); + return strdup("NO external recipient user not specified"); } - +*/ buf[0] = notify; buf[1] = "-c"; buf[2] = class;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.