On Thu, 9 Mar 2006, Viktor Vislobokov wrote:
> 2006-03-09 04:42:35 1FGVpc-00085j-Qm Error in system filter: malformed address
> " Undisclosed-recipients:;\n" in filter file: missing or mal
> formed local part (expected word or "<")
> 2006-03-09 04:42:35 1FGXMJ-0002CS-Pq Error in system filter: malformed address
> "" in filter file: empty address
>
>
> My filter file:
> # Exim filter
>
> if $header_X-Bogosity: contains "Spam,"
> then
> save /var/spool/bogofilter/mailboxes/spam
> endif
>
> if $header_X-Bogosity: contains "Ham,"
> then
> deliver $rh_to
> save /var/spool/bogofilter/mailboxes/ham
> endif
>
> if $header_X-Bogosity: contains "Unsure,"
> then
> deliver $rh_to
> save /var/spool/bogofilter/mailboxes/unsure
> endif
>
>
> What is problem?
Somebody sent you a message that contained
To: Undisclosed-recipients:;
and it was classified as either ham or unsure. Note that your filer will
also fail if there is more than one address in To:.
--
Philip Hazel University of Cambridge Computing Service
Get the Exim 4 book: http://www.uit.co.uk/exim-book