Opened 16 years ago
Closed 16 years ago
#234 closed defect (invalid)
Statistic tracking not working
Reported by: | dandouglio@… | Owned by: | rjl |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SQL scripts | Version: | 1.0.0 RC5 |
Severity: | normal | Keywords: | |
Cc: |
Description
When I turn statistic tracking on all emails get stopped with the following error:
Aug 8 16:17:14 serannian postfix/smtp[15663]: 7689E15A570: to=<mailmaster@…>, relay=localhost[127.0.0.1], delay=1, status=deferred (host localhost[127.0.0.1] said: 451 4.5.0 Error in processing, id=12840-09, deal_with_spam FAILED: DBD::mysql::st execute failed: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '14:34:37, smallest_suspected_ham_size = 1245, largest_suspected at /usr/local/sbin/amavisd line 3968, <GEN132> line 90. (in reply to end of DATA command))
Change History (1)
comment:1 Changed 16 years ago by rjl
- Resolution set to invalid
- Status changed from new to closed
This is a symptom of a buggy version of the DBD::mysql perl module. You should be using at least version 2.90003 to avoid this. Running the configtest.pl script should also have pointed this out.