Andreas Gunleikskaas writes:
>#1
>SpamAssasin appends the X-Spam-Status header which is good, because then it
>is up to the user if he want to filter it. But not all e-mail clients have a
>header-filter function. I checked out Outlook Express (don't have it) and
>Outlook XP (have it). Is there any way to let users with clients who don't
>have header-filter detect the marked spam from spamassasin? Anyone have a
>list of clients that support/don't support header-filter?

qpsmtpd should not handle this.  It's outside a MTA's domain to do
this specific to a user, IMHO. Use a .qmail file or something

BUT - qpsmtpd is customizable to the point that you can write a plugin
to do whatever you want.


>#2
>I don't have the fortune program installed, but i see that v0.20 will check
>for that. It doesn't seem like a problem, but what is the function of the
>fortune program if i have it installed?

[root@x2 12]# telnet testhost 25
Trying 00.00.00.00...
Connected to testhost
Escape character is '^]'.
220 testhost ESMTP qpsmtpd 0.12 ready; send us your mail, but not your spam.
quit
221-testhost closing connection.
221   / "To err is human, to forgive, beyond the scope of the Operating System"
Connection closed by foreign host.


Reply via email to