![]() |
Blitz Bugs : |
From: Andreas Reifschneider (AndreasReifschneider_at_[hidden])
Date: 2004-04-17 18:16:23
|Andreas Reifschneider wrote:
|
> |Is even already removed in the 0.7 release, but is still there on the
> web page . |
|There should be a smiley at the end (Mozilla-Mail discarded it as it
should convert it to plain text).
|
> |> > And it would be nice if the e-mail addresses in Mailing List
> Archives were hidden (to avoid harvesting
> > > through SpamBots), see e.g. the 'From:' field on
> > > http://www.oonumerics.org/MailArchives/blitz-bugs/msg00469.php
>
> > Is there a straightforward way to do this using the GNU mailman
> tool? I don't really know much about this issue.
> > Todd V. is still administering this mailing list and archive.
>
> I don't know mailman at all, perhaps this helps:
> http://staff.imsa.edu/~ckolar/mailman/mailman-administration-1.1.html
> ->Spam-specific posting filters
> |
|Oops, it's actually not the mailman behaviour, that I wished to be
changed, but the behaviour of MHonArc <http://www.mhonarc.org/> that is
used to make the web-accessible archive:
http://www.mhonarc.org/MHonArc/doc/resources/spammode.html
Further documentation bugs:
http://www.oonumerics.org/blitz/manual/blitz02.html#l27
2.3.7: Creating an array from pre-existing data
is: Blitz++ will not never deallocate the array data
should be?: Blitz++ will never deallocate the array data
2.3.8: Interlacing arrays
is: in memory, which is folloed by A(0,1) and B(0,1)
should be: in memory, which is followed by A(0,1) and B(0,1)
Not a bug, just curious what you think about it:
[2.4.3: RectDomain and StridedDomain
Didn't know what strided means, looked it up, and there stood only:
stride, strode, stridden
No "strided" ...
... but then I found strided in Computer Dictionary Online
(but that should probably be descussed on alt.english.usage :) ).
]
|