[lftp] problem with lftp exit code

2015-02-11 Thread Edward Borst
Hi, I'm using lftp to receive files, but sometimes the files do not exist. Therefore I'm using this command: lftp -e "glob --exist /tmp/mtc/otp*.* && mget -E /tmp/mtc/otp*.* -O /;quit" -u sftp:// The problem I have is that the exitcode is still 1 when no file exist. How can I solve this? Re

[lftp] Problem with Spam in Gmail with this list

2015-02-11 Thread Juan Simón
Hi, I have a problem related to this mail list. Gmail considers some mails of this list like spam. I have added the email address of this list in contacts but it still occurs. Is there any solution? ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniy

Re: [lftp] Problem with Spam in Gmail with this list

2015-02-11 Thread Alexander V. Lukyanov
On Wed, Feb 11, 2015 at 09:43:26AM +0100, Juan Simón wrote: > Hi, > I have a problem related to this mail list. Gmail considers some mails of > this list like spam. I have added the email address of this list in > contacts but it still occurs. Is there any solution? I would like to change the list

Re: [lftp] problem with lftp exit code

2015-02-11 Thread Mattias Bergvall
Perhaps a " || true " could be useful to implement? Regards Mattias Bergvall From: lftp [mailto:lftp-boun...@uniyar.ac.ru] On Behalf Of Edward Borst Sent: onsdag den 11 februari 2015 08:50 To: 'lftp@uniyar.ac.ru' Subject: [lftp] problem with lftp exit code Hi, I'm using lftp to rec

Re: [lftp] problem with lftp exit code

2015-02-11 Thread Edward Borst
That will give other issues, because if the connection failed or break it wil also return true glob -exist should dot this job The goal is to make sure that when there is no file the exit code is 0 instead of 1. Any other ideas are welcome. Regards, Edward From: Mattias Bergvall [mailto:m

Re: [lftp] Problem with Spam in Gmail with this list

2015-02-11 Thread Juan Simón
Google Groups is a good option, don't you think? 2015-02-11 12:18 GMT+01:00 Alexander V. Lukyanov : > On Wed, Feb 11, 2015 at 09:43:26AM +0100, Juan Simón wrote: > > Hi, > > I have a problem related to this mail list. Gmail considers some mails of > > this list like spam. I have added the email a

Re: [lftp] Problem with Spam in Gmail with this list

2015-02-11 Thread Szépe Viktor
GitHub issues are very convenient. -- Ezen a készüléken nehéz gépelni. Elnézést! On February 11, 2015 3:38:21 PM CET, "Juan Simón" wrote: >Google Groups is a good option, don't you think? > >2015-02-11 12:18 GMT+01:00 Alexander V. Lukyanov : > >> On Wed, Feb 11, 2015 at 09:43:26AM +0100, Juan

Re: [lftp] Problem with Spam in Gmail with this list

2015-02-11 Thread Kai Stian Olstad
On Wednesday 11. February 2015 09:43:26 Juan Simón wrote: > I have a problem related to this mail list. Gmail considers some mails of > this list like spam. I have added the email address of this list in > contacts but it still occurs. Is there any solution? Create a filter an tick the box "Never

Re: [lftp] Problem with Spam in Gmail with this list

2015-02-11 Thread Juan Simón
I've done it now, thanks. 2015-02-11 17:10 GMT+01:00 Kai Stian Olstad : > On Wednesday 11. February 2015 09:43:26 Juan Simón wrote: > > I have a problem related to this mail list. Gmail considers some mails of > > this list like spam. I have added the email address of this list in > > contacts bu