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 send it to Spam.

-- 
Kai Stian Olstad
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


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 l...@netis.ru:

 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 location. Is there a good and free list
 server?

 --
Alexander.

___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


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 deced...@gmail.com wrote:
Google Groups is a good option, don't you think?

2015-02-11 12:18 GMT+01:00 Alexander V. Lukyanov l...@netis.ru:

 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 location. Is there a good and free
list
 server?

 --
Alexander.





___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


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:mattias.bergv...@evry.com]
Sent: woensdag 11 februari 2015 9:28
To: Edward Borst; 'lftp@uniyar.ac.ru'
Subject: RE: [lftp] problem with lftp exit code

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 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 
/SOMEDIR;quit -u USER sftp://SERVER

The problem I have is that the exitcode is still 1 when no file exist.


How can I solve this?

Regards,
Edward
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp