ispman/lib smtp.lib,1.4,1.5

Atif Ghaffar <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32434

Modified Files:
	smtp.lib 
Log Message:
Just some formatting changes

Index: smtp.lib
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/smtp.lib,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- smtp.lib	30 May 2004 23:35:36 -0000	1.4
+++ smtp.lib	30 Dec 2004 17:18:15 -0000	1.5
@@ -3,8 +3,7 @@
 
 sub add_relay_domain_entry {
     my ($domain) = @_;
-    my $map_file = join "/",
-      ( $ispman->getConf("smtpServerConfDir"), "relay_domains" );
+    my $map_file = join "/", ( $ispman->getConf("smtpServerConfDir"), "relay_domains" );
     my $relay_domains = read_map($map_file);
     $relay_domains->{$domain} = $domain;
     write_map( $map_file, $relay_domains );
@@ -13,8 +12,7 @@
 
 sub modify_transport_map_entry {
     my ( $domain, $mapinfo ) = @_;
-    my $map_file = join "/",
-      ( $ispman->getConf("smtpServerConfDir"), "transport_domains" );
+    my $map_file = join "/", ( $ispman->getConf("smtpServerConfDir"), "transport_domains" );
     my $transport_map = read_map($map_file);
     $transport_map->{$domain} = $mapinfo;
     write_map( $map_file, $transport_map );
@@ -53,8 +51,7 @@
 
 sub add_canonical_map_entry {
     my ( $replica, $parent ) = @_;
-    my $map_file = join "/",
-      ( $ispman->getConf("smtpServerConfDir"), "canonical" );
+    my $map_file = join "/",  ( $ispman->getConf("smtpServerConfDir"), "canonical" );
     my $canonical_map = read_map($map_file);
     $replica = "\@$replica" unless $replica =~ /^\@/;
     $parent  = "\@$parent"  unless $parent  =~ /^\@/;



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.