Re: [Exim] Filter boggle (3.35)

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: j2
Fecha:  
A: Phil Pennock
Cc: exim-users
Asunto: Re: [Exim] Filter boggle (3.35)
> The trailing ':' is for ending variables matching an explicit header,
> "$header_something:", not for the general case.


Ah, you are right there, but changing that changed nothing.

i have

[gefu@waldorf temp]$ cat test-file
From: <spamfilter2@???>
To: <gefu@???>
Subject: Testing Spam Filter

[gefu@waldorf temp]$ cat filter-test
# Exim filter
if ("${lookup{$reply_address}lsearch{/home/gefu/blacklist.senders}{$value}}"
is "trash")
then
save /tmp/test
endif

[gefu@waldorf temp]$ /usr/exim/bin/exim -bf filter-test < test-file  2>&1
Sender    = gefu@???
Recipient = gefu@???
Testing Exim filter file filter-test


Filter processing ended:
Filtering did not set up a significant delivery.
Normal delivery will occur.
[gefu@waldorf temp]$

And just now i realize that the sender and recipient doens tseem to come
from teh test file?