Ticket #539 (accepted defect)

Opened 7 months ago

Last modified 6 months ago

AWL in spamassassin 3.3.0

Reported by: mortonda@… Owned by: mortonda@…
Priority: normal Milestone: 1.0.3
Component: General Version: 1.0.2
Severity: normal Keywords:
Cc:

Description (last modified by mortonda@…) (diff)

The AWL tables in SA 3.3.0 have some minor changes:

ALTER TABLE `awl` CHANGE `email` `email` VARCHAR( 255 )  NOT NULL ;
ALTER TABLE `awl` CHANGE `ip` `ip` VARCHAR( 40 ) NOT NULL;
ALTER TABLE `awl` ADD `signedby` VARCHAR( 255 ) NOT NULL ;
ALTER TABLE `awl` DROP PRIMARY KEY, ADD PRIMARY KEY ( `username` ,
`email` , `signedby` , `ip` );

Change History

Changed 7 months ago by mortonda@…

  • description modified (diff)

Changed 6 months ago by mortonda@…

  • status changed from new to accepted

bayes has some changes too.

Note: See TracTickets for help on using tickets.