/[smeserver]/rpms/e-smith-email/sme8/e-smith-email-4.16.0-adminemail.patch2
ViewVC logotype

Annotation of /rpms/e-smith-email/sme8/e-smith-email-4.16.0-adminemail.patch2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Fri Dec 28 03:27:41 2007 UTC (16 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import on branch sme8 of package e-smith-email-4.17.0-3.el5.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-email-4.16.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/emailsettings.pm mezzanine_patched_e-smith-email-4.16.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/emailsettings.pm
2     --- e-smith-email-4.16.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/emailsettings.pm 2007-01-26 12:47:51.000000000 -0700
3     +++ mezzanine_patched_e-smith-email-4.16.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/emailsettings.pm 2007-01-26 12:47:31.000000000 -0700
4     @@ -259,23 +259,6 @@
5     $db->set_value('SMTPSmartHost', $q->param('SMTPSmartHost'));
6     $db->set_value('DelegateMailServer', $q->param('DelegateMailServer'));
7     $db->set_value('EmailUnknownUser', $EmailUnknownUser);
8     - my $accounts = esmith::AccountsDB->open;
9     - my $admin_email = $q->param('AdminEmail');
10     - my $admin = $accounts->get('admin');
11     - if ($admin_email)
12     - {
13     - $admin->merge_props(
14     - EmailForward => 'forward',
15     - ForwardAddress => $admin_email,
16     - );
17     - }
18     - else
19     - {
20     - $admin->merge_props(
21     - EmailForward => 'local',
22     - ForwardAddress => '',
23     - );
24     - }
25    
26     my $proxy = $db->get('smtp-auth-proxy');
27     my %props = $proxy->props;

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed