Hi,
my .qmail looks like this
| condredirect usera-junkmail headermatch 'X-Spam-Status: Yes'
&usera@gmail.com
./Maildir/
Thus spammail is redirected to a subdir. All not-spa mail is redirecte dto gmail, which we use for webmail.
We however use pop, so users will never see the spammail set aside. Imap is not an option.
I would like to warn users if there are spam-messages set aside, and if possible give them a list, so they can get email they want.
Is that doable? Or can I do something like this:
./Maildir/
| condredirect hanscees-junkmail headermatch 'X-Spam-Status: Yes'
&hanscees.speel@gmail.com
The gmail redirect has to be last or all spam will get redirected too.