Skip to content

Commit

Permalink
list of symbols hit by SpamAssassin was not passed to log & headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Keppler committed Oct 14, 2016
1 parent 110357c commit bd6ac3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcsam.c
Expand Up @@ -606,7 +606,7 @@ static void spamd_reply(const char *line, struct lcsam_priv *priv, sfsistat *act
break;
case 2:
/* wait for "end-of-header" separator */
if (line[0] != '\0') priv->state = 3;
if (line[0] == '\0') priv->state = 3;
break;
case 3:
/* parse content; here: list of matched SpamAssassin rules */
Expand Down

0 comments on commit bd6ac3d

Please sign in to comment.