Subject: The mailing list for listmasters using Sympa
List archive
- From: IKEDA Soji <address@concealed>
- To: address@concealed
- Subject: Re: [sympa-users] sympa breaking up confirm urls?
- Date: Thu, 13 Sep 2012 16:37:11 +0900
Hi Matt,
On Tue, 11 Sep 2012 14:33:03 -0400 (EDT)
Matt Goebel <address@concealed> wrote:
> Hi,
>
> One of my sympa boxes seems to be breaking up the urls it returns
> to users with line breaks, thus making is hard for the users to click
> on the url. It is running 6.1.14 and I recently upgraded from
> 6.1.4, but I have two other boxes setup similarly which are not having
> this issue. Any suggestions?
>
> Thanks,
> Matt
Please try ---
1. Save this Perl code on your Sympa box:
------------------ >8 ------------------ >8 --------------------
use Text::LineFold;
print "Using Unicode-LineBreak $Unicode::LineBreak::VERSION.\n";
while (<>) {
chomp $_;
print Text::LineFold->new(Prep => 'NONBREAKURI', ColumnsMax =>
78)->fold($_);
print "\n";
}
------------------ 8< ------------------ 8< --------------------
2. Run it and type URLs in question.
3. Show us results.
Thank you!
--
株式会社 コンバージョン セキュリティ&OSSソリューション部 池田荘児
〒231-0004 神奈川県横浜市中区元浜町3-21-2 ヘリオス関内ビル7F
e-mail address@concealed TEL 045-640-3550
http://www.conversion.co.jp/
-
[sympa-users] sympa breaking up confirm urls?,
Matt Goebel, 09/11/2012
- Re: [sympa-users] sympa breaking up confirm urls?, Matt Goebel, 09/12/2012
-
Re: [sympa-users] sympa breaking up confirm urls?,
IKEDA Soji, 09/13/2012
-
Re: [sympa-users] sympa breaking up confirm urls?,
Matt Goebel, 09/13/2012
- Re: [sympa-users] sympa breaking up confirm urls?, IKEDA Soji, 09/14/2012
-
Re: [sympa-users] sympa breaking up confirm urls?,
Matt Goebel, 09/13/2012
Archive powered by MHonArc 2.6.19+.