# - 000-Ignore.rule - # Special ruleset to suppress UNTREATED logs # i.e. it does NOT call 'inject' and simply # returns exit code 254 to the post processor # # Alternative to an entry in the module's superfluous_map file RULE="Ignore-SSH-DH-mismatch" Pattern=': invalid public DH value:' #--------------- if [[ "$REPLY" =~ "$Pattern" ]]; then return 254; fi