Why on earth is this mailinglist getting spammed? Isn't it protected by that "you must be a member" rule? If not, can it be? -- Colin Fox cfox@crystalcherry.com CF Consulting Inc. GPG Fingerprint: D8F0 84E7 E7CC 5C6C 9982 F1A7 A3EB 6EA3 BC97 572F
On Mon, Mar 18, 2002 at 06:01:40PM -0800, Colin Fox wrote:
Why on earth is this mailinglist getting spammed? Isn't it protected by that "you must be a member" rule? If not, can it be?
No, it isn't protected by that rule, though there are other rules and filters in place that keep the flood of spam to a minimum. We are working on a better filter, but want to make sure we do not create more problems than that the measure solves. -- Martijn Pieters | Software Engineer mailto:mj@zope.com | Zope Corporation http://www.zope.com/ | Creators of Zope http://www.zope.org/ ---------------------------------------------
Hi, My both zope 2.5.0/Linux and 2.5.1b1/FreeBSD installation are strange: Say, setting a property A to be "long". And assign 1234 to A , After submition, it comes to be "123". How does it mean? Thanks. Iap, Singuan
<iap@y2fun.com> wrote:
Hi, My both zope 2.5.0/Linux and 2.5.1b1/FreeBSD installation are strange: Say, setting a property A to be "long". And assign 1234 to A , After submition, it comes to be "123".
Thanks for bug the report, I put it in the Collector as http://collector.zope.org/Zope/303 The bug is in OFS/dtml/properties.py, we unconditionnaly strip the last character on display, which is bad. Florent -- Florent Guillaume, Nuxeo (Paris, France) +33 1 40 33 79 10 http://nuxeo.com mailto:fg@nuxeo.com
Looks like a bug bug in the converter for longs. I assume Zope tries to remove the trailing 'L' from the representation of the long variable as string. Please file a collector issue for this bug. - aj ----- Original Message ----- From: <iap@y2fun.com> Cc: <zope@zope.org> Sent: Tuesday, March 19, 2002 02:27 Subject: [Zope] Property of long goes wrong?
Hi, My both zope 2.5.0/Linux and 2.5.1b1/FreeBSD installation are strange: Say, setting a property A to be "long". And assign 1234 to A , After submition, it comes to be "123".
How does it mean?
Thanks.
Iap, Singuan
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (5)
-
Andreas Jung -
Colin Fox -
Florent Guillaume -
iap@y2fun.com -
Martijn Pieters