Opened 14 years ago
Closed 14 years ago
#411 closed defect (invalid)
Maia 1.1-devel 1163 bug in amavis-maia
Reported by: | mail@… | Owned by: | rjl |
---|---|---|---|
Priority: | high | Milestone: | 1.1.0 |
Component: | amavisd-maia | Version: | 1.1.0 Devel |
Severity: | critical | Keywords: | amavis-maia |
Cc: |
Description
Hi,
there are two incorrect SQL statements in amavisd-new. The diff to correct this issue is attached.
Change History (3)
comment:1 Changed 14 years ago by anonymous
comment:2 Changed 14 years ago by anonymous
Replying to Remko Lodder:
This looks OK in my configuration (and I am running the latest trunk
version) I've downloaded the trunk version a few hours ago - svn checkout version 1163. My database schema fits to the one that is shipped in maia-mysql.sql. As you can see there is no field discard_ham or spamtrap in table users but it exists in maia_users. So it should be fixed.
comment:3 Changed 14 years ago by anonymous
- Resolution set to invalid
- Status changed from new to closed
Replying to anonymous:
Replying to Remko Lodder:
This looks OK in my configuration (and I am running the latest trunk
version)
I've downloaded the trunk version a few hours ago - svn checkout version
1163.
My database schema fits to the one that is shipped in maia-mysql.sql. As
you can see there is no field discard_ham or spamtrap in table users but it exists in maia_users. So it should be fixed.
Trunk is under development and is not compatible with previous versions. The schema files will need to be updated; the code is correct. :)
This looks OK in my configuration (and I am running the latest trunk