mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib mhmsgextbody.pl,1.4,1.5

2005-04-27 11:24:01
Update of /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/lib
In directory denethor.mallorn.com:/tmp/cvs-serv1920

Modified Files:
	mhmsgextbody.pl 
Log Message:
BUG #11762: Apply rel="nofollow" request to external body types.


Index: mhmsgextbody.pl
===================================================================
RCS file: /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/lib/mhmsgextbody.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** mhmsgextbody.pl	18 Jan 2003 02:58:12 -0000	1.4
--- mhmsgextbody.pl	27 Apr 2005 18:23:57 -0000	1.5
***************
*** 13,17 ****
  ##---------------------------------------------------------------------------##
  ##    MHonArc -- Internet mail-to-HTML converter
! ##    Copyright (C) 1999-2001	Earl Hood, mhonarc(_at_)mhonarc(_dot_)org
  ##
  ##    This program is free software; you can redistribute it and/or modify
--- 13,17 ----
  ##---------------------------------------------------------------------------##
  ##    MHonArc -- Internet mail-to-HTML converter
! ##    Copyright (C) 1999-2001,2005	Earl Hood, mhonarc(_at_)mhonarc(_dot_)org
  ##
  ##    This program is free software; you can redistribute it and/or modify
***************
*** 98,102 ****
  	    $ret	 = '<dl><dt>';
  	    $ret	.= qq|<em>$cdesc</em><br>\n| if $cdesc;
! 	    $ret	.= qq|<a href="$url">&lt;$url&gt;</a></dt><dd>\n|;
  	    $ret	.= qq|Content-type: <tt>$dctype</tt><br>\n|
  			    if $dctype;
--- 98,102 ----
  	    $ret	 = '<dl><dt>';
  	    $ret	.= qq|<em>$cdesc</em><br>\n| if $cdesc;
! 	    $ret	.= qq|<a rel="nofollow" href="$url">&lt;$url&gt;</a></dt><dd>\n|;
  	    $ret	.= qq|Content-type: <tt>$dctype</tt><br>\n|
  			    if $dctype;
***************
*** 122,126 ****
  	    $ret	 = '<dl><dt>';
  	    $ret	.= qq|<em>$cdesc</em><br>\n|  if $cdesc;
! 	    $ret	.= qq|<a href="$url">&lt;$url&gt;</a></dt><dd>\n|;
  	    $ret	.= qq|Content-type: <tt>$dctype</tt><br>\n|
  			    if $dctype;
--- 122,126 ----
  	    $ret	 = '<dl><dt>';
  	    $ret	.= qq|<em>$cdesc</em><br>\n|  if $cdesc;
! 	    $ret	.= qq|<a rel="nofollow" href="$url">&lt;$url&gt;</a></dt><dd>\n|;
  	    $ret	.= qq|Content-type: <tt>$dctype</tt><br>\n|
  			    if $dctype;
***************
*** 149,153 ****
  	    $ret	 = '<dl><dt>';
  	    $ret	.= qq|<em>$cdesc</em><br>\n|  if $cdesc;
! 	    $ret	.= qq|<a href="$url">&lt;$url&gt;</a></dt><dd>\n|;
  	    $ret	.= qq|Content-type: <tt>$dctype</tt><br>\n|
  			    if $dctype;
--- 149,153 ----
  	    $ret	 = '<dl><dt>';
  	    $ret	.= qq|<em>$cdesc</em><br>\n|  if $cdesc;
! 	    $ret	.= qq|<a rel="nofollow" href="$url">&lt;$url&gt;</a></dt><dd>\n|;
  	    $ret	.= qq|Content-type: <tt>$dctype</tt><br>\n|
  			    if $dctype;

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-COMMITS