You are not logged in.

#1 2005-11-16 18:16:36

Alexo
Member
From: near a cup of coffee
Registered: 2005-06-27
Posts: 90

getmail doesn't delete messages in server.

My getmailrc:

[options]
verbose = 1
delete = true
new = true

[retriever]
type = SimplePOP3Retriever
server = mypopserver
username = user
password = pass

[destination]
type = Maildir
path = ~/mail/

[filter]
type = Filter_classifier
path = /usr/bin/clamscan
arguments = ("--stdout", "--no-summary",
    "--mbox", "--infected", "-")
exitcodes_drop = (1,)

can't get it to delete messages in the server after download.
but in the verbose mode it claims to do it  :?

Offline

Board footer

Powered by FluxBB