confirm messages not moving to maildir
Anthony Ercolano <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.user |
|---|---|
| Message-ID | <[email protected]> |
Sorry I'm fairly new to tmda & tmda-cgi. Using gentoo,qmail (1.03),vpopmail,courier-imap,tmda-ofmipd I've almost got it working well. However when I sender confirms or when I release something from the queue via tmda-cgi the message never shows up in my inbox. My incoming filter looks like: macro SPAMDEL deliver=~/.maildir/.spam/ macro DELOK deliver=~/.maildir/ # spam to the spam folder # # If its on any of our whitelists then deliver it # from-file -autocdb ~/.tmda/lists/accepted-domains DELOK from-file -autocdb ~/.tmda/lists/whitelist DELOK # # If it is marked as spam then off to the spam subdir # headers "X-Spam-Status: Yes" SPAMDEL # # If we don't think it's spam and we don't know who it is, get it confirmed. # from * confirm # # If we can't get the above to work, just let everybody through. # #from * DELOK Any thoughts? Thank you