|
@@ -15,13 +15,6 @@
|
|
|
# No namespace declaration - these constants go in the global namespace
|
|
|
# of the notify_out_messages python module.
|
|
|
|
|
|
-% NOTIFY_OUT_IMPORT_ERROR error importing python module: %1
|
|
|
-There was an error importing a python module. One of the modules
|
|
|
-needed by notify_out could not be found. This suggests that either
|
|
|
-some libraries are missing on the system, or the PYTHONPATH variable
|
|
|
-is not correct. The specific place where this library needs to be
|
|
|
-depends on your system and your specific installation.
|
|
|
-
|
|
|
% NOTIFY_OUT_INVALID_ADDRESS invalid address %1#%2: %3
|
|
|
The notify_out library tried to send a notify message to the given
|
|
|
address, but it appears to be an invalid address. The configuration
|
|
@@ -52,6 +45,8 @@ be sent to this server for this notification event.
|
|
|
% NOTIFY_OUT_REPLY_QR_NOT_SET QR flags set to 0 in reply to notify from %1#%2
|
|
|
The notify_out library sent a notify message to the namesever at the
|
|
|
given address, but the reply did not have the QR bit set to one.
|
|
|
+Since there was a response, no more notifies will be sent to this
|
|
|
+server for this notification event.
|
|
|
|
|
|
% NOTIFY_OUT_RETRY_EXCEEDED notify to %1#%2: number of retries (%3) exceeded
|
|
|
The maximum number of retries for the notify target has been exceeded.
|
|
@@ -83,4 +78,6 @@ message, either in the message parser, or while trying to extract data
|
|
|
from the parsed message. The error is printed, and notify_out will
|
|
|
treat the response as a bad message, but this does point to a
|
|
|
programming error, since all exceptions should have been caught
|
|
|
-explicitely. Please file a bug report.
|
|
|
+explicitely. Please file a bug report. Since there was a response,
|
|
|
+no more notifies will be sent to this server for this notification
|
|
|
+event.
|