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

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

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 15:27:27 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-email-4_16_0-23_el4_sme, e-smith-email-4_16_0-20_el4_sme, e-smith-email-4_16_0-25_el4_sme, e-smith-email-4_16_0-22_el4_sme, e-smith-email-4_16_0-24_el4_sme, e-smith-email-4_16_0-21_el4_sme
Branch point for: e-smith-email-4_16-tree
Import on branch sme7 of package e-smith-email-4.16.0-20.el4.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