Skip to Content.
Sympa Menu

devel - [sympa-dev] sympasoap.pm and List::send_file

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: epsas <address@concealed>
  • To: address@concealed
  • Subject: [sympa-dev] sympasoap.pm and List::send_file
  • Date: Fri, 11 Feb 2005 20:24:09 +0000

Aloha Sympa Hackers,

Apologies for getting back to this list so late -

I have been integrating sympa into Flexomatic, our social networking
application. The sympa soap we are using is located at:

http://www.dogsquad.co.uk/~epsas/sympasoap.pm

anybody need help using sympa+soap?

You can check out our mailing list interface at http://beta.indyvoter.org --
we are already using sympa to create and manage our mailing lists over SOAP!
It is a great thing!


List::send_file - Not sure if this is a bug... If a user creates a mailing
list called "welcome", it will prevent sympa from reading the default
"welcome" template. This is because $Conf{'home'}/$action is included in the
template file search list. Is there any reason for the expl/ directory to be
included in send_file's search list?

foreach my $f ("$self->{'dir'}/$action.$lang.tpl",
"$self->{'dir'}/$action.tpl",
"$self->{'dir'}/$action.mime","$self->{'dir'}/$action",
"$Conf{'etc'}/$robot/templates/$action.$lang.tpl",
"$Conf{'etc'}/$robot/templates/$action.tpl",
"$Conf{'etc'}/templates/$action.$lang.tpl",
"$Conf{'etc'}/templates/$action.tpl",
"$Conf{'home'}/$action.mime",
"$Conf{'home'}/$action",
"--ETCBINDIR--/templates/$action.$lang.tpl",
"--ETCBINDIR--/templates/$action.tpl") {



take care,
epsas



Archive powered by MHonArc 2.6.19+.

Top of Page