Bug 3350 - fail on queued emails w/ no address
authorJoe Atzberger <joe.atzberger@liblime.com>
Mon, 22 Jun 2009 19:40:56 +0000 (14:40 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:13 +0000 (23:19 +0200)
commit14a7b39529eec1ccae902397445b6a2421518e7a
tree73996b903b36c143145ac50e5a594d806f1773cf
parent1b46d23e8e956c13b424e58440870192922ca9fd
Bug 3350 - fail on queued emails w/ no address

If a patron has no email address, we need to avoid stockpiling all
their messages indefinitely.  Otherwise they get mailbombed when
their email IS added.

Note that overdues should not be affected, since the overdues job
checks whether the patron email exists before sending the message
(falling back to the admin).  The other messaging features are the
targets affected by this patch.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Letters.pm