Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanix committed Jun 7, 2024
1 parent 008d4e2 commit 7473f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apihandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ func APIbootstrap(conf *Config) func(w http.ResponseWriter, r *http.Request) {
stats := me.Stats()
resp.MsgCounters = stats.MsgCounters
resp.MsgTimeStamps = stats.MsgTimeStamps
log.Printf("API: greylist-status: msgs: %d last msg: %v", stats.MsgCounters[bp.ListName], stats.MsgTimeStamps[bp.ListName])

case "export-greylist":
td := conf.TemData
Expand Down

0 comments on commit 7473f7a

Please sign in to comment.