On Wed, 18 May 2005 08:01:13 +1200 Nick Rout <[EMAIL PROTECTED]> wrote:
> On Tue, 2005-05-17 at 21:07 +0200, Patrick wrote: > > Hi, > > > > I have a problem with forwarding spam of different users to one mailbox. > > All users get there mail delivered with procmail and it has following rule > > > > #Spam controle voor andere mails > > :0fw > > | spamc > > > > :0 > > * ^X-Spam-Status: Yes > > ! [EMAIL PROTECTED] > > > > when this mail arrives in that mail box i have this: > > X-Spam-Level: > > X-Spam-Status: No, score=-0.4 required=5.5 tests=ALL_TRUSTED,AWL, > > DATE_IN_PAST_06_12,FROM_ENDS_IN_NUMS,HTML_90_100,HTML_MESSAGE, > > HTML_TITLE_EMPTY,NO_DNS_FOR_FROM autolearn=ham version=3.0.2-gr1 > > > > All the spam-level info is gone i have only the rewrited subject > > X-spam-level gives no more information than in the following line, it > prints as many * characters as the score in the next line, as your score > is -0.4 it prints no *'s > I think that i was not very clear, when a spam mail arrives at a user, it gets a score and the subject is rewritten. But instead of placing it into its own mailbox/spam folder i forward it to a admin mailbox, where it also goes true a spam filer .... and there the spam info gets lost. A aha, while typing this answer, i think i solved the problem: a second "* ^X-Spam-Status: Yes" before spamc should keep the info. A good night sleep ... Patrick > > > > What can i do to keep this information ? > > > > TIA > > Patrick > > > -- > Nick Rout <[EMAIL PROTECTED]> > > -- > [email protected] mailing list > > -- [email protected] mailing list

