Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 27a1eaa16ab860b7732724dd8c9bc79f > files > 3

fusiondirectory-plugin-mail-1.0.1-3.mga2.noarch.rpm

#  Reject mails with bigger size
if size :over {$maxsize}M{
        reject text:
Dear sender,

the mail you sent to our mailsystem has been rejected due
to a user configured maximum mail size ($maxsize MB).

Either ask the user to remove the sizelimit, or send smaller pieces.

Thank you,
 the mailserver
.
        ;
        discard;
}