Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to remove \n from file?
#4
Thanks for replies, yes also the problem was with the white spaces after \n i remove the all spaces after \n now it working, also special thanks to buran for the perfect code, it is working nice, the only thing is i forgot to add two lines (one section), i tried to add these lines to the code but failed, can you please add these two lines to the code so the configuration file just look like this:
[options]
verbose = 1
read_all = false
delete = true
received = false
delivered_to = false
message_log = /home/mail/log
message_log_verbose = true

[retriever]
type = SimplePOP3Retriever
username = [email protected]
password = ******
server = pop.gmail.com

[destination]
type = MDA_external
path = /usr/bin/exim
arguments = ("-i", "-bm", "user@localhost")
unixfrom = true
Reply


Messages In This Thread
how to remove \n from file? - by shams - Feb-03-2021, 04:07 PM
RE: how to remove \n from file? - by bowlofred - Feb-03-2021, 04:43 PM
RE: how to remove \n from file? - by buran - Feb-03-2021, 05:53 PM
RE: how to remove \n from file? - by shams - Feb-04-2021, 07:00 AM
RE: how to remove \n from file? - by buran - Feb-04-2021, 07:05 AM
RE: how to remove \n from file? - by shams - Feb-04-2021, 07:27 AM
RE: how to remove \n from file? - by buran - Feb-04-2021, 07:29 AM
RE: how to remove \n from file? - by shams - Feb-04-2021, 07:56 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Remove single and double quotes from a csv file in 3 to 4 column shantanu97 0 7,043 Mar-31-2021, 10:52 AM
Last Post: shantanu97
  How to remove empty struct from matlab file in python? python_newbie09 0 2,409 Jun-25-2019, 12:13 PM
Last Post: python_newbie09
  How to remove form feed from file gurbhej_singh 5 3,502 May-26-2019, 05:51 AM
Last Post: gurbhej_singh
  How to remove duplicates basis keys of a csv file Prince_Bhatia 2 3,469 Aug-09-2018, 10:57 AM
Last Post: Prince_Bhatia
  Remove extra lines from .csv file in comparison with another pedteles 1 3,025 Jun-08-2017, 04:09 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020