Multiple excludes syslog.conf

I know the !- is used to exclude from logging to a log file in the syslog.conf, but what about excluding multiple items from a log file?

I want to move pkg to its own file, and already have 1 exclude /var/log/messages.

Code:
!-spamassassin
*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err   /var/log/messages
 
Back
Top