search for: makejunk

Displaying 2 results from an estimated 2 matches for "makejunk".

2004 Nov 19
2
.INBOX required?
...Newbie to Dovecot and IMAP in general. The system in question is RH 9, Dovecot 0.99.11, Maildir, accessing mail with SquirrelMail, Thunderbird, Kmail, Mutt, Entourage and Mail.app. I've set up the maildir for users in ~/Maildir. Inside that I have other folders, .Sent, .Drafts, .Trash, .Junk, .MakeJunk, .MakeGood. ~/Maildir itself has the cur, new, and tmp folders, but I note that there is also an .INBOX folder. Mail to the account does end up in ~/Maildir/new and it's readable in the various MUA's (as Inbox). I'm just not certain why the .INBOX is there, and if I'm supposed to b...
2004 Dec 22
0
moving messages with bash
...d procmail to local maildirs, mutt for MUA). Since these mails are just files I figured it never mattered that I moved them from one folder to another via a bash script, but some posts on this list make me think I shouldn't do that on a server running dovecot (IMAP). What I currently have is a MakeJunk folder (maildir) that I drop spam that was missed into, then a cron job runs mail in that folder through bogofilter and moves it to a Junk folder. Is it sane to do that with simple mv, or do I need to use some special imap command? Confused, Todd