Mailing List Archive

Little update to Monday's patch.
Monday's patch left dbmail-smtp with a segfault for any delivery besides
"normal" due to not checking if normal was selected before calling
mail_adr_list() and passing a NULL for the first option. This patch adds a
test to make sure that "normal" has been selected before the function call.

Incidentally, mail_adr_list() should probably do some input validation so as
not to crash even if called with NULL arguments... I'll work up a patch for
that this evening.

Ilja, would it be easier if I started posting patches to SourceForge again?

Aaron