Forum .LRN Q&A: Re: Problem sending spam

Collapse
3: Re: Problem sending spam (response to 1)
Posted by Enrique Catalan on
Hi Ricard,

Did you report it in bugtracker ?

if not, can you add the bug please ?

thanks

Regards,
Enrique

Collapse
4: Re: Problem sending spam (response to 3)
Posted by Jose Agustin Lopez Bueno on
Hello!

We are curently using oacs 5-1.

The bulk mail code do not works well. If I choose
send mail only to students (or teachers) the mail
is sent to all members. I am looking at the code
and appears the code is not finished. I am now trying
the spam* code from HEAD and the code appears
more robust. But it do not works too.

I am stuck with spam.tcl and the last step before send
bulk mail. I get the next error:

can't read "segment_id": no such variable
    while executing
"subst -nobackslashes {
        select '$from' as from_addr,
              '$sender_first_names' as sender_first_names,
              '$sender_last_n..."
    ("uplevel" body line 1)
    invoked from within

In spam-postgresql.xql the sql needs a "segment_id"
variable I do not find anywhere:

...
where party_approved_member_map.party_id = $segment_id
  and party_approved_member_map.member_id <> $segment_id
...

Any help, please?
I will like this funcionality for my production
environment.

Best regards,
Agustin