SF.net SVN: postfixadmin: [314] trunk/ADDITIONS/fetchmail.pl
Brought to you by:
christian_boltz,
gingerdog
|
From: <chr...@us...> - 2008-03-24 13:44:25
|
Revision: 314
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=314&view=rev
Author: christian_boltz
Date: 2008-03-24 06:40:48 -0700 (Mon, 24 Mar 2008)
Log Message:
-----------
fetchmail.pl:
- disable (forgotten?) Data::Dumper inclusion
Modified Paths:
--------------
trunk/ADDITIONS/fetchmail.pl
Modified: trunk/ADDITIONS/fetchmail.pl
===================================================================
--- trunk/ADDITIONS/fetchmail.pl 2008-03-20 12:03:23 UTC (rev 313)
+++ trunk/ADDITIONS/fetchmail.pl 2008-03-24 13:40:48 UTC (rev 314)
@@ -2,7 +2,7 @@
use DBI;
use MIME::Base64;
-use Data::Dumper;
+# use Data::Dumper;
# the home dir of vmail user:
$vmail_dir="/home/maildirs";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|