Can't we have smart enough mailers that implement, let's say, Jess, which
will strip off those legal add-on when a message is sent to the Jess mailing
list? ;-)

(defrule is-this-message-is-sent-to-jess-users-at-sandia-dot-gov
        ?message <- (MAIL (?to to&:(equals ?to "[EMAIL PROTECTED]")
                                (?cc cc)
                                (?subject subject)
                                (?body body-part)
                                (?attachment attachment)
                                (?legal-stuff legal-stuff))

=>
        (strip-off-and-send ?to ?cc ?subject ?body ?attachment)
)

Just for those who wonder how a rule engine can be useful  ...

Emmanuel Lecharny, IKTEK
06 08 33 32 61, www.iktek.com <http://www.iktek.com>


-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De
la part de [EMAIL PROTECTED]
Envoye : vendredi 20 juillet 2001 17:48
A : [EMAIL PROTECTED]
Objet : RE: JESS: subcribe



Hi!

Unfortunately, I can't prevent my mail client from attaching that
disclaimer. So I also kindly apologize for the inconvenience.
I can affirm, though, that everybody is authorized to read all messages I
post to the list ;-)

Greetings, Thomas

+-------------------------------------------------------------+
| This message may contain confidential and/or privileged     |
| information.  If you are not the addressee or authorized to |
| receive this for the addressee, you must not use, copy,     |
| disclose or take any action based on this message or any    |
| information herein.  If you have received this message in   |
| error, please advise the sender immediately by reply e-mail |
| and delete this message.  Thank you for your cooperation.   |
+-------------------------------------------------------------+


---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify
[EMAIL PROTECTED]
---------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to