Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Assuming you have written a plugin exampleExample.pm which has a subroutine check_example() to check a message, you create the rule like this:

No Format

loadplugin Example example.pm

header EXAMPLE_RULE_NAME eval:check_example()
describe EXAMPLE_RULE_NAME This is just an example rule

...