~ubuntu-branches/ubuntu/trusty/fusionforge/trusty

« back to all changes in this revision

Viewing changes to cronjobs/mail/mailaliases.php

  • Committer: Bazaar Package Importer
  • Author(s): Roland Mas
  • Date: 2011-04-15 14:55:34 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110415145534-mvn1nochufjmw177
Tags: 5.0.3-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
        }
138
138
}
139
139
 
140
 
if ($sys_use_mail && file_exists($sys_var_path.'/dumps/mailman-aliases')) {
 
140
if ($sys_use_mail && file_exists($sys_var_path.'/dumps/mailman-aliases')
 
141
        && filesize($sys_var_path.'/dumps/mailman-aliases') > 0) {
141
142
        //
142
143
        //      Read in the mailman aliases
143
144
        //