mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
SMTP does not need to pull in the notice framework.
This caused test baseline changes in one of the test: notice now ties in netcontrol due to ACTION_DROP. Catch and release uses the new_connection event, which was not before triggered and can cause uids to be generated for connections that are not usually assigned uids in bare mode.
This commit is contained in:
parent
f1267b0b94
commit
743d4672bd
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
@load base/frameworks/notice
|
||||
@load base/utils/addrs
|
||||
@load base/utils/directions-and-hosts
|
||||
@load base/utils/email
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
##! Watch for various SPAM blocklist URLs in SMTP error messages.
|
||||
##! Watch for various SPAM blocklist URLs in SMTP error messages.
|
||||
|
||||
@load base/protocols/smtp
|
||||
@load base/frameworks/notice
|
||||
|
||||
module SMTP;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue