* Maxmailsize don't work?
@ 2008-07-02 8:13 Claudio Prono
2008-07-02 9:07 ` Christian Laursen
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Claudio Prono @ 2008-07-02 8:13 UTC (permalink / raw)
To: mlmmj
Hello all,
I have a problem with my mlmmj version 1.2.15-17.1. When i try to send a
mail (in that case of 28.357 byte) i recieve a message like this:
Hi, this is the mlmmj program managing the mailinglist
xxxxx@domain.com
I'm sorry to inform you that your message could not be delivered to the
list. Your mail was rejected due to the size limit of 20000000000 bytes.
Thanks.
What is the problem? The size is not more than 20000000000 bytes, so what's wrong?
Please help me, is pretty urgent.
Thank you,
Claudio Prono.
--
------------
Claudio Prono
Systems Development @ Atpss.net Srl, Divisione Implementazione Sistemi
Via San Bernardino, 17 - 10137 Torino (TO) - IT
Tel +39-011.32.72.100 Fax +39-011.32.46.497
PGP Fingerprint: 75C2 4049 E23D 2FBF A65F 40DB EA5C 11AC C2B0 3647
Disclaimer: http://atpss.net/disclaimer
------------
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Maxmailsize don't work?
2008-07-02 8:13 Maxmailsize don't work? Claudio Prono
@ 2008-07-02 9:07 ` Christian Laursen
2008-07-02 9:12 ` Claudio Prono
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Christian Laursen @ 2008-07-02 9:07 UTC (permalink / raw)
To: mlmmj
Claudio Prono <claudio.prono@atpss.net> writes:
> I'm sorry to inform you that your message could not be delivered to the
> list. Your mail was rejected due to the size limit of 20000000000 bytes.
<snip>
> What is the problem? The size is not more than 20000000000 bytes, so what's wrong?
You have set the maxmailsize value to 20 gigabytes. If you are on a 32
bit platform this is too big for the integer in which the value is
stored.
Unless this really is the limit you want to enforce (Sounds like
insanely big mails), try removing a 0 or two to get a smaller value.
I don't know if this is the problem but it is the most likely
explanation.
--
Christian Laursen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Maxmailsize don't work?
2008-07-02 8:13 Maxmailsize don't work? Claudio Prono
2008-07-02 9:07 ` Christian Laursen
@ 2008-07-02 9:12 ` Claudio Prono
2008-07-02 9:24 ` Christoph Wilke
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Claudio Prono @ 2008-07-02 9:12 UTC (permalink / raw)
To: mlmmj
The value of 20000000000 bytes is just an example, i have tried to set
it to a smaller value, but the problem persist. Seems like the control
of the maxmailsize have something wrong. If i remove the maxmailsize,
it's all ok, but is just a work-around. Can be a bug of mlmmj ?
Thank u,
Claudio.
Christian Laursen ha scritto:
> Claudio Prono <claudio.prono@atpss.net> writes:
>
>
>> I'm sorry to inform you that your message could not be delivered to the
>> list. Your mail was rejected due to the size limit of 20000000000 bytes.
>>
>
> <snip>
>
>
>> What is the problem? The size is not more than 20000000000 bytes, so what's wrong?
>>
>
> You have set the maxmailsize value to 20 gigabytes. If you are on a 32
> bit platform this is too big for the integer in which the value is
> stored.
>
> Unless this really is the limit you want to enforce (Sounds like
> insanely big mails), try removing a 0 or two to get a smaller value.
>
> I don't know if this is the problem but it is the most likely
> explanation.
>
>
--
------------
Claudio Prono
Systems Development @ Atpss.net Srl, Divisione Implementazione Sistemi
Via San Bernardino, 17 - 10137 Torino (TO) - IT
Tel +39-011.32.72.100 Fax +39-011.32.46.497
PGP Fingerprint: 75C2 4049 E23D 2FBF A65F 40DB EA5C 11AC C2B0 3647
Disclaimer: http://atpss.net/disclaimer
------------
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Maxmailsize don't work?
2008-07-02 8:13 Maxmailsize don't work? Claudio Prono
2008-07-02 9:07 ` Christian Laursen
2008-07-02 9:12 ` Claudio Prono
@ 2008-07-02 9:24 ` Christoph Wilke
2008-07-02 9:41 ` Christoph Wilke
2008-07-02 9:42 ` Thomas Jarosch
4 siblings, 0 replies; 6+ messages in thread
From: Christoph Wilke @ 2008-07-02 9:24 UTC (permalink / raw)
To: mlmmj
Hej!
On Wed, July 2, 2008 10:13, Claudio Prono wrote:
> Hello all,
>
> I have a problem with my mlmmj version 1.2.15-17.1. When i try to send a
> mail (in that case of 28.357 byte) i recieve a message like this:
>
> Hi, this is the mlmmj program managing the mailinglist
>
> xxxxx@domain.com
>
> I'm sorry to inform you that your message could not be delivered to the
> list. Your mail was rejected due to the size limit of 20000000000 bytes.
I'm not sure about my guess, but can you try it again with one order
of magnitude less (2000000000).
It could be limited by integer???
Ciao
Chris
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Maxmailsize don't work?
2008-07-02 8:13 Maxmailsize don't work? Claudio Prono
` (2 preceding siblings ...)
2008-07-02 9:24 ` Christoph Wilke
@ 2008-07-02 9:41 ` Christoph Wilke
2008-07-02 9:42 ` Thomas Jarosch
4 siblings, 0 replies; 6+ messages in thread
From: Christoph Wilke @ 2008-07-02 9:41 UTC (permalink / raw)
To: mlmmj
Hej!
On Wed, July 2, 2008 11:12, Claudio Prono wrote:
> The value of 20000000000 bytes is just an example, i have tried to set
> it to a smaller value, but the problem persist. Seems like the control
> of the maxmailsize have something wrong. If i remove the maxmailsize,
> it's all ok, but is just a work-around. Can be a bug of mlmmj ?
I'm using it without any problems, but with an older version
of mlmmj (1.2.14).
My limit is set to 1258291 bytes (~1.2mb).
Ciao
Chris
[...]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Maxmailsize don't work?
2008-07-02 8:13 Maxmailsize don't work? Claudio Prono
` (3 preceding siblings ...)
2008-07-02 9:41 ` Christoph Wilke
@ 2008-07-02 9:42 ` Thomas Jarosch
4 siblings, 0 replies; 6+ messages in thread
From: Thomas Jarosch @ 2008-07-02 9:42 UTC (permalink / raw)
To: mlmmj
On Wednesday, 2. July 2008 11:41:15 Christoph Wilke wrote:
> On Wed, July 2, 2008 11:12, Claudio Prono wrote:
> > The value of 20000000000 bytes is just an example, i have tried to set
> > it to a smaller value, but the problem persist. Seems like the control
> > of the maxmailsize have something wrong. If i remove the maxmailsize,
> > it's all ok, but is just a work-around. Can be a bug of mlmmj ?
Have you tested various sizes like 32000, 65000 etc?
I have the same feeling as Chris that maybe
a too-small integer variable is overflowing.
Thomas
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-07-02 9:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-02 8:13 Maxmailsize don't work? Claudio Prono
2008-07-02 9:07 ` Christian Laursen
2008-07-02 9:12 ` Claudio Prono
2008-07-02 9:24 ` Christoph Wilke
2008-07-02 9:41 ` Christoph Wilke
2008-07-02 9:42 ` Thomas Jarosch
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.