https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6143





--- Comment #7 from Justin Mason <[email protected]>  2009-07-02 03:12:37 PST ---
(In reply to comment #6)
> can we get some more samples/info?

also, can you run "sa-compile --keep-tmps --debug" and find the scanner*.re
file containing the {RET("__SEEK_1R0JFS,[l=1]");} line?

mine looks like this:

/*!re2c
        "^@"            {RET("__SEEK_1R0JFS,[l=1]");}
  [\000-\377]        { return NULL; }
*/

which is pretty rudimentary -- re2c looks simply for a NUL char. this should be
supported by re2c.

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to