Rick,
> No, I haven't set partition_tag to anything other than default, but taking
> a quick look at the database I see that there is an odd mix of 0's and
> NULL's. I'll take a closer look at my settings.
> BTW, the MySQL version is 5.0.51a running on Ubuntu Hardy.
Adding the following to amavisd.conf would make NULL and 0 values
be treated equivalently on a quarantine release:
$sql_clause{'sel_quar'} =
'SELECT mail_text FROM quarantine'.
' WHERE coalesce(partition_tag,0)=coalesce(?,0) AND mail_id=?'.
' ORDER BY chunk_ind';
Could you please check if the message with your mail_id '3bXlhn6uyq23'
can now be found by a release code in amavisd.
Mark
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/