[vhffs-dev] [1488] fixed request address |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1488
Author: gradator
Date: 2009-07-31 16:57:26 +0200 (Fri, 31 Jul 2009)
Log Message:
-----------
fixed request address
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Listengine.pm
Modified: trunk/vhffs-api/src/Vhffs/Listengine.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Listengine.pm 2009-07-30 21:07:09 UTC (rev 1487)
+++ trunk/vhffs-api/src/Vhffs/Listengine.pm 2009-07-31 14:57:26 UTC (rev 1488)
@@ -298,7 +298,7 @@
push( @result , gettext( "Unknow command\n\n" ) );
push( @result , gettext( "Please read help of listengine\n" ) );
push( @result , gettext( "Send an email with the subject \"help\" to the following address: \n" ) );
- push( @result , sprintf( "%s\@%s" , $list->get_localpart , $list->get_domain) );
+ push( @result , sprintf( "%s-request\@%s" , $list->get_localpart , $list->get_domain) );
push( @result , "\n" );
push( @result , "---\n" );
push( @result , "Listengine 4.0\n" );