[imp] Spam Reporting

Jan Schneider jan at horde.org
Wed Apr 9 14:42:47 PDT 2003


Quoting "Michael C. Ibarra" <ibarra at hawk.com>:

> Greetings:
>
> I currently have Spamass on a server, however not the same server
> that runs Horde+modules. I've run into two issues with regards to
> spam identification and reporting:
>
> 1.
> The "Report as Spam" button resends email, which I currently have set
> as a user on a different host. In order to effectively use this users
> mailbox as a cache for spam, whereby I can run sa-learn on this users
> email box, it should contain both the original reply-to, from and
> subject headers. message.php rewrites all of these and I am afraid
> that I may end up adding myself to SpamAsses blacklist accidentally.
> What are some ways that others on this list handle this sort of thing?
> Is a resend the proper method for this or should this be a redirect
> instead?

Having a quick glance at the code, it looks like the spam message is sent to
the configured email address as a message/rf822 attachment in a
multipart/digest message. You need to extract this attachment before you
pipe it to sa-learn.
I use "/usr/bin/spamassassin -r" to report spam, this won't work in your
case of course. I don't know off my head how this exactly works, but
shouldn't it be possible to run spamd on the sa server and use "spamc -r"
instead to report spam to this deamon?

> 2. I feel that it may be helpful, sorry no patch, if I were able to
> select a bunch of messages within imp, then "Mark As" Spam. This would
> prevent me from having to open, read and report what I already know, from
> its header, is spam.

Yes, this would be useful, but unless you or someone else provides a patch
or one of the developers feels a personal need for such a feature it won't
happen.

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft


More information about the imp mailing list