"Eric d'Alibut" <eric...@gmail.com> writes:
I don't think I'm having a maildrop problem per se, but I think
maildrop's behavior may help me sort it out.
I run a qmail-dovecot-squirrelmail server on a debian stable machine.
From time to time I POP (using pop3d) the mail from it using fetchmail
plus maildrop as the MDA, all running on another debian host.
Some messages seem to hang the fetchmail run; some don't. Here's a
typical example in which one message fails retrieval, and two
succeeding do not.
--snip--
$ fetchmail -f .fetchmailrc-alison
3 messages for bobby at mydebian.org (10408 octets).
reading message bob...@mydebian.org:1 of 3 (2793 octets)..bash: -c:
line 0: unexpected EOF while looking for matching `''
bash: -c: line 1: syntax error: unexpected end of file
maildrop: error writing to filter.
/usr/bin/maildrop: Unable to filter message.
fetchmail: MDA returned nonzero status 75
not flushed
reading message bob...@mydebian.org:2 of 3 (2574 octets).. flushed
reading message bob...@mydebian.org:3 of 3 (5041 octets)..... flushed
--snip--
It looks as though the problem is really with your .mailfilter
file, so you might want to show that as well, probably improper variable
quoting or something like that.