In article < XXXX@XXXXX.COM > XXXX@XXXXX.COM
(C. Armour) writes:
As already pointed out, MIME has nothing to do with size (I frequently
send one/two-liner MIME mail, since MIME is needed to properly announce
the charset/encoding I use "natively" - it's just a few headers).
With that out of the way, unlike SMTP, UUCP is totally "batch-oriented"
- files get transferred, and only after they've safely arrived does the
receiving UUCP system get around to figure out that they're actually
e-mail at all - and there is no opportunity for the receiving end to
reject things based on properties of what is about to be sent.
So, this has to be done at the sending side, which can refuse to send
e-mails over a certain size. Sendmail has a config parameter for this
(from cf/README):
UUCP_MAILER_MAX [100000] The maximum size message accepted for
transmission by the UUCP mailers.
- but of course that setting is "global" on the sender side, i.e.
applies to all destinations reached via UUCP. Might still work for you,
if you are the only UUCP destination and/or the others accept a limit
too. Otherwise it's possible to define a special UUCP mailer with a
different limit and use that. Either way assuming that the sender runs
sendmail at all, of course. There may also be some possibilities for
configuring the UUCP system at the sending end to achieve the
restriction.
--Per Hedeland
XXXX@XXXXX.COM