Mar 1, 1999, 8:03 AM
Administrator (9387 posts)
Mar 1, 1999, 8:03 AM
Post #4 of 4
Views: 2020
An "undocumented" feature of Links is that if the reject reason is blank then Links will not send an email.
Since it can be a pain to remove the text each time, you can comment out:
my $reason = &load_template ('email-del.txt', \%tmp);
in sub html_validate_form around line 1094, and no reason will be generated.
A better solution would be to add a "Reject" and "Reject with Email" radio buttons instead of just one.
Cheers,
Alex