Fourth, & is not spelled . Dan
-----Original Message----- From: Theo Van Dinter [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 06, 2007 9:53 AM To: spamassassin-users Subject: Re: Am I doing this right? On Tue, Feb 06, 2007 at 09:49:20AM -0500, Steven W. Orr wrote: > header MY_IMPORTANT_REPLACE Body =~ /Important: Replace \".\" with \"." > in the above link/ > score MY_IMPORTANT_REPLACE 3.0 > describe MY_IMPORTANT_REPLACE Messages which explain how to fix a broken > link First, you want to match the body, which isn't a header (see "perldoc Mail::SpamAssassin::Conf for more information). Second, you don't need to escape the quotes. Third, you probably would want it case-insensitive (add a "i" at the end). -- Randomly Selected Tagline: "The OSI hits! -more- You are in a twisty maze of networking standards, all overengineered." - Brandon Allbery