[Mimedefang] Including an email address in an action_bounce reply message.
    David F. Skoll 
    dfs at roaringpenguin.com
       
    Mon Mar 10 11:50:01 EST 2003
    
    
  
On Mon, 10 Mar 2003, Martin Ferguson wrote:
> action_bounce("Message seems to be spam, rejected, if you feel this is
> incorrect please mailto:me at whatever.com");
It's Perl biting you!
Either use:  \@ inside double quotes,
Or use single quotes:  action_bounce('foo... mailto:me at whatever.com');
Don't you love Perl?  TIMTOWTSU -- There Is More Than One Way To Scr*w Up...
--
David.
    
    
More information about the MIMEDefang
mailing list