Hello,

in assp.pl ver. 2.0.1 (1.1.27), line 44248 (left "button" link) reads

my $leftbut = '<a 
href="mailto:'.$EmailBlockReport.$EmailBlockReportDomain.'?subject=request%20ASSP%20to%20resend%20blocked%20mail%20from%20ASSP-host%20'.$myName.'&body=%23%23%23'.$filename.'%23%23%23%0D%0A"><img
 
src=cid:1000  alt="request ASSP to resend this blocked email" border="0" 
width="16" height="16"></a>';

an the next line - right "button" link reads

my $rightbut = '<a 
href="mailto:'.$ofilename.$EmailBlockReportDomain.'?&subject=request%20ASSP%20to%20resend%20blocked%20mail%20from%20ASSP-host%20'.$myName.'"><img
 
src=cid:1000 alt="request ASSP to resend this blocked email" border=0 
width="16" height="16"></a>';

Both icons have the same image and "alt" description, but different links -
the link of the left icon has $EmailBlockReport in place of $ofilename -
I assume this is an error.
Left link will become e.g. mailto:[email protected] (which will 
retrieve new report, not a blocked message) while the
right link becomes something like 
mailto:[email protected] (correct link).

best regards,
Zrin

PS: It would be nice to have configuration option for block report item text
so that it could be translated.


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to