Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local0.emerg stop
  2. *.emerg :omusrmsg:*
  3.  
  4. local0.* stop
  5. if ( ( $syslogseverity <= '0' ) and ( $syslogfacility-text == 'local0' ) ) then stop
  6. if ( ( $syslogseverity <= '0' ) and ( $syslogfacility == '16' ) ) then stop
  7. if ( ( $syslogseverity == '0' ) and ( $syslogfacility == '16' ) ) then stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement