PDA

View Full Version : Spamassassin redirect mail to user's spam folder


zaphod
06-30-2006, 10:28 AM
Hi All,


We're noticing that while spam for a user is going to the correct spam file, spam sent to a forward that goes to that user is not, it's sent to it's own spam file.

Can we have the spam filters updated so that the mailbox list is updated to include a mailbox for forwarded users as well as for main users?

For example:

User: fred
Forward: barney > fred

Currently the following files are created:

/home/admin/.spamassassin/user_spam/fred@domain.com
/home/admin/.spamassassin/user_spam/barney@domain.com

An IMAP folder "spam" is created that links to ../../../../.spamassassin/user_spam/fred@domain.com

We'd like to also see a second IMAP folder "spam-barney" added to the fred user that links to ../../../../.spamassassin/user_spam/barney@domain.com

Is that possible? Thanks!