mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Update notice user agent.
This commit is contained in:
parent
a941e3d942
commit
ad8e659943
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ function email_headers(subject_desc: string, dest: string): string
|
||||||
"From: ", mail_from, "\n",
|
"From: ", mail_from, "\n",
|
||||||
"Subject: ", mail_subject_prefix, " ", subject_desc, "\n",
|
"Subject: ", mail_subject_prefix, " ", subject_desc, "\n",
|
||||||
"To: ", dest, "\n",
|
"To: ", dest, "\n",
|
||||||
"User-Agent: Bro-IDS/", zeek_version(), "\n");
|
"User-Agent: Zeek/", zeek_version(), "\n");
|
||||||
if ( reply_to != "" )
|
if ( reply_to != "" )
|
||||||
header_text = string_cat(header_text, "Reply-To: ", reply_to, "\n");
|
header_text = string_cat(header_text, "Reply-To: ", reply_to, "\n");
|
||||||
return header_text;
|
return header_text;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue