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)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 24 Jun 2009 13:43:45 +0000 (08:43 -0500)
commit5961c08a9e6573602a9c423919f8a7960d922df8
tree65e29f39140cffdadfe11f9b148e5ed8a02e4a65
parentd914fb60dfb4ae95c34dc488c3c1805d23b5919e
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>
C4/Letters.pm