base/frameworks/notice/actions/email_admin.zeek

Notice

Adds a new notice action type which can be used to email notices to the administrators of a particular address space as set by Site::local_admins if the notice contains a source or destination address that lies within their space.

Namespace

Notice

Imports

base/frameworks/notice/main.zeek, base/utils/site.zeek

Summary

Redefinitions

Notice::Action: enum

  • Notice::ACTION_EMAIL_ADMIN: Indicate that the generated email should be addressed to the appropriate email addresses as found by the Site::get_emails function based on the relevant address or addresses indicated in the notice.

Detailed Interface