http://bugzilla.spamassassin.org/show_bug.cgi?id=4531

           Summary: PgSQL.pm passes wrong val to _quote_bytea.
           Product: Spamassassin
           Version: 3.1.0
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: spamassassin
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


pgsql.pm line 934: 

  my $escaped_token = _quote_bytea($_);

Should be: 

  my $escaped_token = _quote_bytea($token);



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to