From: Jürgen E. <j.e...@ec...> - 2012-06-14 14:24:32
|
Am 14.06.2012 11:58, schrieb Jürgen Echter: > Hi, > > i have sadly lots of duplicate messages pulled from POP3. > > I'd like to achieve pulling messages from POP3 and delete them > afterwards. There is a little bit of a storage space problem from our > hoster. > > Is there an option i could use to prevent downloading duplicate messages? > > I've seen option -U in manpage, but as i understand it it leaves > messages marked seen on the server so we may run in the space problem > again after a while. > > any hints? > > thanks a lot > > juergen > _______________________________________________ > fetchmail-users mailing list > fet...@li... > https://lists.berlios.de/mailman/listinfo/fetchmail-users here's my config: # General set postmaster "pos...@ou..." set bouncemail set no spambounce set properties "" set syslog set daemon 180 # Accounts poll mailserver.hoster.de with proto POP3 interval 3 user "us...@ou..." there with password "s3cr3t" is "us...@ou..." here ssl |