Re: Strange mail problem

Tim Chase <[email protected]>
Newsgroups gmane.linux.redhat.blinux.general
Message-ID <[email protected]>
In addition to Janina's suggestions, it would also help to know

1) how are you storing mail?  In maildir or mbox format?

2) if you look in your local mail directories, is all the mail
there.  Determining the number of messages may depend on which format
you're storing it in.  For mbox, you should be able to do

  grep -c '^From' ${MAIL_STORE}/your_mbox_file

and for the maildir format, you should be able to

  find ${MAIL_STORE}/.{cur,new} -type f | wc -l

My main interest would be whether fetchmail is successfully pulling
in the mail but mutt isn't seeing it, or if fetchmail is failing to
bring in all the mail in the first place.

-tim





On December  9, 2016, John J. Boyer wrote:
> I am using the latest Debian at the command line. For email I use
> fetchmail, procmail, mutt and msmtp. I have scripts that call
> fetchmail in daemon mode and then call mutt. Fetchmail is then
> killed. The weird thing is that if there are more than 10 messages
> I can see only the first 10. The others show up many minutes later
> as new mail. What causes this and how can it be fixed?
> 
> Thanks,
> John
> 
> -- 
> John J. Boyer, President
> AbilitiesSoft, Inc.
> Email: [email protected]
> website: http://www.abilitiessoft.org
> Status: 501(C)(3) NONPROFIT
> Location: Madison, Wisconsin, USA
> Mission: developing assistive technology software and providing
> STEM services that are available at no cost
> 
> 
> _______________________________________________
> Blinux-list mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/blinux-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.