print-notifications: Ignore Server* messages from cups notifier
In the past there was a bug where querying the notification information from cups caused a new ServerAudit notification to be emitted. We are only interested in Printer* and Job* notifications, so ignore any notification that starts with "Server" preventing a similar storm from our side.
Fixes #62 (closed)