Hello Axb,

Thursday, November 13, 2014, 6:33:35 PM, you wrote:

> or are you using procmail?

Yep

:0fw spamassassin.lock
* < 512000
| /usr/local/bin/spamc -u spamtest
# | /usr/local/bin/spamassassin
# All mail with a score >10 is dumped to /dev/null
:0
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*
/dev/null

# All mail tagged as spam (eg. with a score higher than the set threshold)
# is forwarded to s...@fullbore.com
:0
* ^X-Spam-Status: Yes
! s...@fullbore.co.uk

# Work around procmail bug: any output on stderr will cause the "F" in "From"
# to be dropped.  This will re-add it.
:0
* ^^rom[ ]
{
  LOG="*** Dropped F off From_ header! Fixing up. "

  :0 fhw
  | sed -e '1s/^/F/'
}

-- 
Best regards,
 Holtain                            mailto:holt...@hotmail.com

Reply via email to