X-Git-Url: http://git.refcnt.org/?p=lugs.git;a=blobdiff_plain;f=lreminder%2Freminder.pl;h=31ab0739140eda050d5685092e98271baece16a7;hp=14d3a66e4f29a9dcf0938364ce41e93797c87536;hb=3efacbab405d1c178f06280957e4727959cc1175;hpb=3dfe1ec58194885cbbdda6168b1c00863690a221 diff --git a/lreminder/reminder.pl b/lreminder/reminder.pl index 14d3a66..31ab073 100755 --- a/lreminder/reminder.pl +++ b/lreminder/reminder.pl @@ -15,7 +15,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # # Author: Steven Schubiger -# Last modified: Thu Jul 17 11:55:40 CEST 2014 +# Last modified: Mon Dec 29 19:06:34 CET 2014 use strict; use warnings; @@ -37,7 +37,7 @@ use Text::Wrap::Smart::XS qw(fuzzy_wrap); use URI (); use WWW::Mechanize (); -my $VERSION = '0.46'; +my $VERSION = '0.49'; #----------------------- # Start of configuration @@ -110,11 +110,8 @@ sub init rewrite => '$TEXT - $HREF', fields => [ qw(location more) ], } ], - 'br' => [ { - rewrite => '', - fields => [ qw(more) ], - } ], }, + purge_tags => [ qw(location responsible more) ], strip_text => [ 'mailto:' ], }); unlink $file; @@ -189,7 +186,7 @@ sub send_mail my $month_name = $month_names{$month}; -my $message = (<