Skip to Content.
Sympa Menu

en - Re: [sympa-users] viewbounced issues

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun - CRU <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-users] viewbounced issues
  • Date: Tue, 26 Nov 2002 13:12:21 +0100

I've added this feature to the CVS dev version ; character escaping
is available through a parser option :

http://listes.cru.fr/cgi-bin/cvsweb.cgi/sympa/src/parser.pl.diff?r1=1.16&r2=1.17
http://listes.cru.fr/cgi-bin/cvsweb.cgi/sympa/wwsympa/wws_templates/us/viewbounce.us.tpl.diff?r1=1.2&r2=1.3

Gabe Helou wrote:
Often, when viewing the most recent bounce for a subscriber, I'm frustrated
by portions of the bounce message being mistaken for HTML tags. For
example:

No such user: <address@concealed>

appears as:

No such user:

[...]
> I made a change to bounced.pl around line
319 (in version 3.4.2), changing:

print ARC <BOUNCE>;
to:
while (<BOUNCE>) {
s/\&/\&amp;/g;
s/>/\&gt;/g;
s/</\&lt;/g;
print ARC;


--
Olivier Salaun
Comite Reseau des Universites



  • viewbounced issues, Gabe Helou, 11/21/2002
    • Re: [sympa-users] viewbounced issues, Olivier Salaun - CRU, 11/26/2002

Archive powered by MHonArc 2.6.19+.

Top of Page