Now I just had to find a way to modify the 90 days retention time 
my $age = $sa->prop('MessageRetentionTime') || '0';
There's your clue so just do...
db configuration setprop spamassassin MessageRetentionTime 60
Where 60 is the value you want, then do...
signal-event email-update
And that's it