Home > Linux > I hate mail servers

I hate mail servers

I’ve spent the day fighting with my stupid peice of crap mail server (yes, the same I’ve been complaining about for weeks).  Everything is processing fine, its just one little thing that I can’t seem to get working.

I’m using postfix + amavis + spamassassin.  The process recognizes spam and sends a notice to postmaster@domain.tld but it JUST WONT ‘rewrite_header Subject ***SPAM***’ like its supposed to.  It seems simple enough–I’ve done it before–I just can’t seem to figure how to do it again.  If spam gets thru I want the subject to be rewritten loudly as ***SPAM***.

If anyone has any suggestions I’d appreciate it.  I’m throwin’ my hands in the air at this point.  If I have to read the amavisd.conf file one more time I’ll claw my eyes out.

Categories: Linux Tags:
  1. May 21st, 2006 at 22:22 | #1

    Show us your amavis config and then we might be able to help point you in the right direction.

  2. Spencer
    May 22nd, 2006 at 07:33 | #2

    place in your amavisd.conf

    $sa_spam_subject_tag = ‘***SPAM*** ‘; # (defaults to undef, disabled)

  1. No trackbacks yet.