For now I am afraid that has to be a hack in the code. Go find this (around line 254) in /usr/local/unjunkmgr/spamreminder.pl:
my ($oneweekago, $noew) = parse_arg("last week", "");
and change to:
my ($oneweekago, $noew) = parse_arg("yesterday", "");
And you should get daily updates.