We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b076193 commit 4eb6783Copy full SHA for 4eb6783
1 file changed
filter-rspamd.go
@@ -333,7 +333,6 @@ func main() {
333
if !scanner.Scan() {
334
os.Exit(0)
335
}
336
-
337
338
atoms := strings.Split(scanner.Text(), "|")
339
if len(atoms) < 6 {
0 commit comments