This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Spam header

Heya all,

I'm currently quarantining spam as the filter does pick up the occasional business related message, and I'll go through what's in there every few days to see if there's anything that should be allowed through.

The annoying thing is, once you release the message from quarantine it arrives with a big **SPAM** text appended to the messages subject. 

Is there a way to release quarantined messages so that it arrives normal, without additons to the subject? It really freaks the users out when they see it and instinctively they reach for the delete key...!

Thanks!
Mateo.  


This thread was automatically locked due to age.
Parents
  • Can you get around on the Linux command line?

    Edit the following file (using the mighty joe editor):

    /var/chroot-smtp/spamassassin/conf/mail/spamassassin/local.cf

    Remove the # comment character from the line that has rewrite_subject 0

    then you can restart SMTP (and transitively spamassassin) by doing an:

    /sbin/init.d/smtp restart

    P.S. I LOVE reading somebody else's Perl code; Not!
         
  • Hmmm, that directory doesn't appear to exist on my ASL box...

    /var/chroot-smtp is a link to /var/chroot-mail/smtp. There's a spamassassin directory in here, but there's only a share directory and a spamd.exe  executable in there, no conf. 

    Although, under share there is another spamassassin directory that contains a bunch of .cf files. No local.cf though. Editing one of these files has a commented header saying to change settings in the /etc/mail/spamassassin/local.cf, which doesn't actually exist. 

    So I don't know where this local.cf files is. Is there a way to search for files in Astaro? 

    Thanks,
    Mateo/   
Reply
  • Hmmm, that directory doesn't appear to exist on my ASL box...

    /var/chroot-smtp is a link to /var/chroot-mail/smtp. There's a spamassassin directory in here, but there's only a share directory and a spamd.exe  executable in there, no conf. 

    Although, under share there is another spamassassin directory that contains a bunch of .cf files. No local.cf though. Editing one of these files has a commented header saying to change settings in the /etc/mail/spamassassin/local.cf, which doesn't actually exist. 

    So I don't know where this local.cf files is. Is there a way to search for files in Astaro? 

    Thanks,
    Mateo/   
Children