Path: utzoo!attcan!uunet!convex!datri From: datri@convex.com (Anthony A. Datri) Newsgroups: comp.soft-sys.andrew Subject: Re: Converting to AMS: Top 10 Reasons Message-ID: <103720@convex.convex.com> Date: 6 Jul 90 16:38:32 GMT References: <103667@convex.convex.com> Sender: news@convex.com Organization: Convex Computer Corporation; Richardson, TX Lines: 36 >That's the purpose of this mailing list. Share your problems with >everyone, and you'll soon have a solution to your problem. Okay, here's my .AMS.flames file: (defun datri-mail-hook (msg) ; (process-mapped-mailbox ; msg ; "mail" ; "denver" ; '("from") ; "mail" ; (ReplyAddr msg "s") ; NIL ; "your mail has been rejected") (post-by-keyword msg "mail" '( (("subject")("[^:]* cpypfiles" "^doallpasswd output$" "^convex mapmake" "forwmail output" "Dump status.*" "^files updated by rdist.*" )("cron")) (("to" "cc" "received") ("datri\\+cron") ("cron")) (("subject")("backing up.*at.*today" "[a-zA-Z0-9]*, ... .*") ("cron")) )) ) (load "flib") ; The standard flames library The above is pretty much right out of the @i(help) document. The post-by-keyword bit works great, but I've had no success with the part that's commented. What I'm trying to do is reject mail from a given user, changed here to "denver". --