Boost logo

Boost :

From: x.lsi.maillard_at_[hidden]
Date: 2001-12-25 17:56:46


                THIS IS AN AUTOMATICALLY GENERATED REPLY
                   Your mail to me has been discarded

Hi! You have reached the mail filter of one Richard Gooch. I'm sorry
to have to do this to you, but I am now filtering my email to combat
the flood of junk email (spam) that I receive. I'm fed up with having
to waste my time sifting through junk email. This filter also protects
me from certain types of mailbombing attacks.

I received an email from you, but my mail filter doesn't think you
sent it to me personally. This may be because I am on some mailing
list I'm not aware of. It may also have come from a mailing list I
*am* subscribed to, but the list adminstrators have started fiddling
with (breaking) the listserver.
APOLOGIES if the mailing list is genuine (i.e. not a spam list). If
you receive this reply because of a message you sent to a genuine
mailing list, please send me a message (telling me which mailing list
I'm on) with the following in the subject line:

293977

This is my password of the week. My mail filter will then let me see
the message. NOTE: the password MUST be in the subject, not the body.
I will then add a rule for the mailing list (or unsubscribe myself if
I don't wish to be subscribed) so that this won't happen again. I
apologise to people subscribed to mailing lists if this message is
sent to the whole list; I have taken considerable care to make sure
that mailing lists I want to be subscribed to are not affected by my
spam filter.

NOTE TO BULK EMAIL ADVERTISERS, SPAMMERS AND OTHER PARASITES: if you
manage to break through my filtering, rest assured that I will ignore
your message on principle. Future mails will be automatically deleted.
Unsolicited commercial email is unwelcome and costs *me* time to deal
with.

The message you apparently sent to me follows:

>From fxgs Tue Dec 25 23:56:45 2001
Return-Path: <sentto-1234907-19309-1009213433-x.lsi.maillard=wanadoo.fr_at_[hidden]>
Delivered-To: fxgs_at_localhost.hometranet.home
Received: from 192.168.1.2 [192.168.1.2]
        by localhost with POP3 (fetchmail-5.9.0)
        for fxgs_at_localhost (single-drop); Tue, 25 Dec 2001 23:56:45 +0100 (CET)
Received: from localhost (localhost.localdomain [127.0.0.1])
        by mail.hometranet.home (Postfix) with ESMTP id C268E2B075
        for <fxgs_at_localhost>; Tue, 25 Dec 2001 18:50:08 -0500 (EST)
Received: from pop.wanadoo.fr
        by localhost with POP3 (fetchmail-5.7.4)
        for fxgs_at_localhost (single-drop); Tue, 25 Dec 2001 18:50:08 -0500 (EST)
Received: from anagyris.wanadoo.fr (192.168.156.16) by ms4-2.wanadoo.fr; 24 Dec 2001 18:04:04 +0100
Received: from n23.groups.yahoo.com (216.115.96.73) by anagyris.wanadoo.fr; 24 Dec 2001 18:04:03 +0100
X-eGroups-Return: sentto-1234907-19309-1009213433-x.lsi.maillard=wanadoo.fr_at_[hidden]
Received: from [216.115.97.163] by n23.groups.yahoo.com with NNFMP; 24 Dec 2001 17:03:56 -0000
X-Sender: gregod_at_[hidden]
X-Apparently-To: boost_at_[hidden]
Received: (EGP: mail-8_0_1_3); 24 Dec 2001 17:03:50 -0000
Received: (qmail 42945 invoked from network); 24 Dec 2001 17:03:49 -0000
Received: from unknown (216.115.97.167)
  by m9.grp.snv.yahoo.com with QMQP; 24 Dec 2001 17:03:49 -0000
Received: from unknown (HELO mailout5.nyroc.rr.com) (24.92.226.169)
  by mta1.grp.snv.yahoo.com with SMTP; 24 Dec 2001 17:03:52 -0000
Received: from there (alb-66-24-181-181.nycap.rr.com [66.24.181.181])
        by mailout5.nyroc.rr.com (8.11.6/Road Runner 1.12) with SMTP id fBOH3oq14938
        for <boost_at_[hidden]>; Mon, 24 Dec 2001 12:03:50 -0500 (EST)
Message-Id: <200112241703.fBOH3oq14938_at_[hidden]>
Organization: Rensselaer Polytechnic Institute
To: boost_at_[hidden]
X-Mailer: KMail [version 1.3.1]
From: Douglas Gregor <gregod_at_[hidden]>
X-Yahoo-Profile: crimsono
MIME-Version: 1.0
Mailing-List: list boost_at_[hidden]; contact boost-owner_at_[hidden]
Delivered-To: mailing list boost_at_[hidden]
Precedence: bulk
List-Unsubscribe: <mailto:boost-unsubscribe_at_[hidden]>
Date: Mon, 24 Dec 2001 12:05:00 -0500
Subject: [boost] Signals library update
Reply-To: boost_at_[hidden]
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Status: O

I've updated the Signals library again. It is available at:
http://groups.yahoo.com/group/boost/files/Callback/signals-20011224.tgz
http://groups.yahoo.com/group/boost/files/Callback/signals-20011224.zip

Here are the changes from the last version:
    * Update to match visit_each framework supported by Boost.Bind
    * Signals can be connected to other signals directly.
    * Signals can be connected to references to slot function objects
(function objects are then not copied).
    * Added argI_type types to signal classes, and cleaned up the
corresponding documentation (thanks to Bill Kempf).
    * Document noncopyable requirement (thanks to Bill Kempf).
    * "Bindable" changed to "Trackable" (thanks to Peter Dimov).
    * Added named slot connections (thanks for Peter Dimov for the
suggestion, and Brad King for the push toward a small implementation).
    * Trackable rationale documentation (Bill Kempf).
    * Explicitly instantiate what Signals needs within the non-template
source.
    * Tutorial extended and updated.
    * Added examples directory.
    * Added SlotFunction template parameter to specify the type of object to
hold the slot function objects (suggested by Peter Dimov).
    * Documentation updates for signalN classes.
    * Link to all header files within the documentation for those header
files.
    * Moved all headers except signal.hpp into signals subdirectory.
    * return_last_value renamed to last_value.
    * Proper documentation for last_value class.
    * Design documentation added.

Please use Boost.Bind and Boost.Function from CVS with the Signals library.

Tested under GCC 2.9.3, GCC 3.0.2, Comeau 4.2.45.2, and MSVC 6.0sp5.
Borland C++ 5.5.1 currently fails to compile, and I could use some help from
those who understand the Borland workarounds.

Comments always appreciated, and happy holidays to those celebrating.

        Doug

Info: http://www.boost.org Send unsubscribe requests to: <mailto:boost-unsubscribe_at_[hidden]>

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk