Dan Langille wrote:
On the pentabarf/mail page, I see this:
"mail::ignore_spam_flag" followed by a checkbox.
>
Looking at the HTML:
<td>mail::ignore_spam_flag</td>
<td>
<input type="checkbox" name="mail[ignore_spam_flag]"
id="mail[ignore_spam_flag]"/>
</td>
I found this to fix up the displayed name:
I found this to fix the HTML up:
INSERT INTO ui_message_localized (ui_message, translated, name) VALUES
('mail::ignore_spam_flag', 'en', 'ignore massmailing flag');
When I toggle the checkbox, the list of Recipients is updated. However,
when the box is checked, email goes out only to those Recipients that
appear when the box is not checked.
It's as if the checkbox is ignored.
My short term solution is:
update person set spam = true where spam = false;
--
Dan Langille
BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon - The PostgreSQL Conference: http://www.pgcon.org/
_______________________________________________
pentabarf mailing list
pentabarf@mail.skyhub.de
https://mail.skyhub.de/cgi-bin/mailman/listinfo/pentabarf