HI all, newbie SA question, so don't be too harsh!!!
Just installed SA 2.55 on RH8.0 using exim 3.36
The basics seem to work ok but if i use an exim filter file ( not an individual .forward ), it doesn't seem to recognise $local_part
Now i know that Exim uses this as in the config it delivers to /var/spool/mail/$local_part but if i try and get the filter file to
deliver it to $local_part the exim log file reports:
"Error in message_filter file: malformed address "" in filter file: empty address"


Here is an example of the filter:
# Exim filter
if
  $h_X-Spam-Status: contains "Yes"
       or
   "${if def:h_X-Spam-Flag {def}{undef}}" is "def"
then
       deliver $local_part
   finish
endif

I appreciate that someone may correct the syntax somewhere but it just doesn't seem to recognise that variable.

Regards,

Steve Mansfield
[EMAIL PROTECTED]




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to