Re: newbie question: trouble with mail splitting

2019-05-31 Thread physiculus
Hello, as you suggest, i post my entire gnus.el. For security reasons i delete my account informations. Hope it helps :-) Regards Poul (require 'nnir) (add-to-list 'load-path "/home/held/.emacs.d/lisp/nnnotmuch/") (require 'nnnotmuch) (push '(nnnotmuch "") gnus-secondary-select-methods) (setq

Re: newbie question: trouble with mail splitting

2019-06-03 Thread physiculus
Adam Sj?gren writes: > (Please reply to the mailing list, and not just me. Email-addresses in > the To: line should be comma-, not space-separated. Thanks.) > > physiculus writes: > > [...] > >> ;; split >> ;; client-side imap splitting erm?glichen >> (gn

Re: splitting Gmail account just copy not move :-(

2019-07-31 Thread physiculus
Eric Abrahamsen writes: > That just means that Gnus has requested the labels header, not > necessarily that the message has one. > > Here's the most certain way I can think of to see if this is working: > > 1. Using Gmail's web interface, pick a message and add a label to it. > 2. Go back to

Re: splitting Gmail account just copy not move :-(

2019-07-30 Thread physiculus
Eric Abrahamsen writes: > (defun gnus-user-format-function-g (header) > (let ((g-labels (cdr-safe > (assoc 'X-GM-LABELS > (mail-header-extra header) > (when g-labels > ...do something with labels))) > > Then use the "%ug" format code in

Re: splitting Gmail account just copy not move :-(

2019-07-30 Thread physiculus
Eric Abrahamsen writes: > Most of the code there should no longer be necessary -- you don't need > to fetch the labels separately if X-GMAIL-LABELS is already in > `(gnus|nnmail)-extra-headers'. It might be enough to do: > > (defun gnus-user-format-function-g (header) > (let ((g-labels

no smtp server found when sending from nnfolder or nnmaildir

2019-08-29 Thread physiculus
Hello, gnus does not find a smtp server if i want to send or forward a message from my nnfolder+archive or nnmaildir+local. Sending or forwarding from inside nnimap works. Is this possible with gnus? and if yes, how to configure that? Regards Poul ___

gnus-notify.el; Question about manipulate the displayed groupname in the Modeline

2019-09-07 Thread physiculus
Hello, i want to use notifications of new mail for several groups inside my accounts with gnus-notify.el and tweak the displayed groupname in the modeline. Someone some years ago answered this with tweaking the regexp to view the groups here:

Re: splitting Gmail account just copy not move :-(

2019-08-01 Thread physiculus
Eric Abrahamsen writes: > > Is that the only label it shows? What else is in the assoc list? It depends on the folder in Gmail. Sometimes it shows ((X-GM-LABELS . "(\\Important \\Inbox)")) or ((X-GM-LABELS . "(\\Inbox \\Sent \\Starred)")) > > And if you open the message and hit "t" (to toggle

splitting Gmail account just copy not move :-(

2019-07-28 Thread physiculus
Hello, with the help of Mr. Abrahamsen i manage to split my mail and clear a bug. But now i'm surprised, that splitting my Gmail account works not fully correct. Splitting is done correct, but the original mail is not deleted, just copied. For my other accounts its working fine. Any clues?

How can i display and manipulate Gmail X-GM-LABELS?

2019-07-28 Thread physiculus
Hello, is it possible to display the Gmail X-GM-LABELS in Summary and/or Article Buffer? As far as i read in the manual the following should work, but nothing happens... Is it possible to change / delete such a Label from inside gnus? -- Code (setq gnus-extra-headers '(X-GM-LABELS)) (setq

Re: splitting Gmail account just copy not move :-(

2019-07-29 Thread physiculus
Eric Abrahamsen writes: > > I doubt I'm going to be of any help here, but... > > Does the same thing happen when moving messages manually? Ie, they still > stay in the original group? Splitting and moving manually ought to use > the same process. > > Does anyone know if Gmail's IMAP

Re: splitting Gmail account just copy not move :-(

2019-07-29 Thread physiculus
Lars-Johan Liman writes: > I believe this is a "Known Problem(TM)" (at least I have the same), > which pertains to Gmail's (incorrect?) interpretation of IMAP commands, > not to GNUS per se. I haven't found a set of IMAP command flags that > will properly delete the mail from Gmail for you, but

Question: Gmail how display imap folder in gnus?

2019-07-29 Thread physiculus
Hello, i created several imap folders inside my Gmail account. i use them to save my mails with splitting. As usual if i view Gmail folder "All Messages" i see all my mails. So far so good. Is it possible to see the "folder" name from my Gmail account in gnus-summary-line during inside "All

Re: splitting Gmail account just copy not move :-(

2019-07-29 Thread physiculus
Eric Abrahamsen writes: > Well, it would be weirder if it wasn't! > > Is this happening just for the "All Mail" Gmail fake group? If you're > splitting out of "All Mail", the message won't ever actually be deleted > from there. I've seen some people say the "solution" is just to > unsubscribe

possible bug? gnus in emacs 27; error in hash-table-p

2019-07-20 Thread physiculus
hello, perhaps there is a bug or any misconfiguration in gnus from emacs 27. every time i end gnus and restart it, the following error pops up and gnus stops. "gnus-read-init-file: Error in ~/.gnus: hash-table-p" What does it mean? Emacs is working ok. Regards Poul

Re: possible bug? gnus in emacs 27; error in hash-table-p

2019-07-24 Thread physiculus
Eric Abrahamsen writes: > > Let's do this the other way: would you remove this line from your gnus.el > file: > > (gnus-group-split-setup t) > > And replace it with these two lines: > > (setq nnmail-split-methods 'nnmail-split-fancy) > (add-hook 'gnus-startup-hook #'gnus-group-split-update) > >

Re: possible bug? gnus in emacs 27; error in hash-table-p

2019-07-25 Thread physiculus
Eric Abrahamsen writes: > > Oops, sorry, I should have seen that coming. Would you test instead: > > (add-hook 'gnus-read-newsrc-el-hook #'gnus-group-split-update) > > That seems to be the only place to run after the groups have been read, > but before unread messages are fetched for the first

Re: possible bug? gnus in emacs 27; error in hash-table-p

2019-07-26 Thread physiculus
Eric Abrahamsen writes: >> Why is it working? > > The only question harder to answer than "Why isn't it working?" is "Why > IS it working?" :) > > Your imap servers have a nnimap-split-methods value of 'default, which > means each one will use the value of nnmail-split-methods. >

Re: impossible to forward a message from nnrss

2019-12-09 Thread physiculus
Lars Ingebrigtsen writes: > physiculus writes: > >> below i paste my message buffer after C-c C-f. > > Looks normal to me and has nothing to do with nnrss. > >> it seems, that my from: address is not set and therefore i cannot send. >> for my other account

Re: impossible to forward a message from nnrss

2019-12-08 Thread physiculus
quot; /> https://www.golem.de/news/python-trojanisierte-bibliotheken-stehlen-ssh-und-gpg-schluessel-1912-145395-rss.html https://forum.golem.de/kommentare/opensource/python-trojanisierte-bibliotheken-stehlen-ssh-und-gpg-schluessel/131179,list.html --- End Message --- Regards Poul > phys

Re: impossible to forward a message from nnrss

2019-12-10 Thread physiculus
Eric Abrahamsen writes: > physiculus writes: > >> Lars Ingebrigtsen writes: >> >>> physiculus writes: >>> >>>> below i paste my message buffer after C-c C-f. >>> >>> Looks normal to me and has nothing to do with nnrss. >>

impossible to forward a message from nnrss

2019-11-26 Thread physiculus
Hello, i want to forward a rss message from my feeds. therefore i push c-c c-f on the message. a message buffer opens. i could insert the to: address and write some text. But if i c-c c-c to send, a message appears to select a browser. after that, nothing happens. for me it looks like gnus

gnus-registry-marks; possible to search and filter for marks

2020-02-05 Thread physiculus
Hello, i use gnus-registry-marks to set the marks. That works, but i do not find commands to search or filter for particular marks. Is it possible? If not, what's the usage of such marks? Regards Poul ___ info-gnus-english mailing list

Re: how do i use nnir with notmuch?

2020-01-24 Thread physiculus
hotmail.de. this phenomene appears also inside a query, which i start inside notmuch-mode. perhaps there is a configuration option to show ONLY from: inside a query with from: any ideas? Regards Poul > On Thursday, 23 Jan 2020 at 19:43, physiculus wrote: >> i try to use notmuch with gn

how do i use nnir with notmuch?

2020-01-23 Thread physiculus
hello, i try to use notmuch with gnus for my nnmaildir. therefore i put notmuch inside default search engine. but unfortunately a query always result with empty results. does anybody knows if this engine works? and if yes, pls give me a link or example for the query syntax. my notmuch-mode works.

nnir with notmuch gives error; sort: Wrong type argument: number-or-marker-p, nil

2020-03-12 Thread physiculus
Hello, if i try to use search with notmuch my nnmaildir, i get the error above. here are the lines from messages: Opening nnir server on nnir-ephemeral...done Retrieving newsgroup: nnir:nnir-877dzp783m.fsf... Doing notmuch query Hock... notmuch args: search --format=text --output=files Hock

Re: Help;fancy splitting not working

2020-03-06 Thread physiculus
physiculus writes: Hello, i remembered wrong about the usage of this. After i comment in, it runs. I secondly have to edit my split, because i do not correct understand the sense of & and |. After some editions my split works! Thanks for the hint Poul > hello, > i recently switch my

Help;fancy splitting not working

2020-03-05 Thread physiculus
hello, i recently switch my splitting to fany splitting. after start my gnus no error occured - Wow! but unfortunately no splitting is done. command B t reports allways message goes to bogus. does anyone knows, what is going wrong here? i use emacs 26.3 on linux kubuntu 18.04. here is my gnus

Re: nnir with notmuch gives error; sort: Wrong type argument: number-or-marker-p, nil

2020-03-14 Thread physiculus
to notmuch? Regards Poul > physiculus writes: > >> Eric Abrahamsen writes: >> >> Hello, >> >> here is the output from the debugger. >> I dont know, what it mean, but i think you do :-) >> >> Hope it helps! >> >> >> D

Re: nnir with notmuch gives error; sort: Wrong type argument: number-or-marker-p, nil

2020-03-14 Thread physiculus
Eric Abrahamsen writes: Hello, i cut the output for readability. How do i edebug the function? I don't know this... Regards Poul > physiculus writes: > >> Eric Abrahamsen writes: >> >> Hello, >> >> here is the output from the debugger. >> I d

Re: nnir with notmuch gives error; sort: Wrong type argument: number-or-marker-p, nil

2020-03-14 Thread physiculus
xuqi writes: hello, yes the prefix is correct. nnir-notmuch-remove-prefix is a variable defined in `nnir.el'. Its value is "/home/held/Maildirnm/" > > I didn't look closely. But for example if you haven't customized the > variable `nnir-notmuch-remove-prefix', it defaults to "$HOME/Mail", if >

Re: nnir with notmuch gives error; sort: Wrong type argument: number-or-marker-p, nil

2020-03-14 Thread physiculus
Eric Abrahamsen writes: Hmmh, this looks different and with no errors. But is this in format, which gnus could read? the result is displayed in *Message* Buffer. Is this correct? Poulpoulsen Doing notmuch query Hock... notmuch args: search --format=text --output=files Hock Massaging notmuch

Re: nnir with notmuch gives error; sort: Wrong type argument: number-or-marker-p, nil

2020-03-13 Thread physiculus
spec ("nnmaildir:Lokal") gnus-group-make-nnir-group(nil) funcall-interactively(gnus-group-make-nnir-group nil) call-interactively(gnus-group-make-nnir-group nil nil) command-execute(gnus-group-make-nnir-group) > physiculus writes: > >> Hello, >> if i try to use s

Re: nnir with notmuch gives error; sort: Wrong type argument: number-or-marker-p, nil

2020-03-15 Thread physiculus
/cur/1547397062.24966_1.shinri:2,S > physiculus writes: > >> Eric Abrahamsen writes: >> >> Hmmh, this looks different and with no errors. >> But is this in format, which gnus could read? >> >> the result is displayed in *Message* Buffer. Is this correct? &

Re: nnir with notmuch gives error; sort: Wrong type argument: number-or-marker-p, nil

2020-03-16 Thread physiculus
ot;nnmaildir+Lokal:Privat" 72 0] ["nnmaildir+Lokal:Privat" 108 0] ["nnmaildir+Lokal:Privat" 471 0] ["nnmaildir+Lokal:Privat" 22 0] ["nnmaildir+Lokal:Privat" 181 0] ["nnmaildir+Lokal:Orgmode" 8316 0] ["nnmaildir+Lokal:Orgmode" 6221 0]

Re: nnir with notmuch gives error; Possible solution!

2020-03-25 Thread physiculus
), the message is accepted. But how could i change the string inside the filename from !2 to :2 ? Perhaps with dired, but i dont know how? Any ideas? Regards Poul > physiculus writes: > >> xuqi writes: >> >> Hello, >> thank you and Eric very much for help. I can'

Re: nnir with notmuch gives error; sort: Wrong type argument: number-or-marker-p, nil

2020-03-18 Thread physiculus
xuqi writes: > > As the Gnus manual described, if you have one Maildir server, you only > need to specific its directory once. All its subdirectories would be > treated as groups in Gnus. Hmmh, i dont know that. will check if it works. > > More importantly, I don't find 'karlderletzte' as a

Re: nnir with notmuch gives error; sort: Wrong type argument: number-or-marker-p, nil

2020-03-17 Thread physiculus
physiculus writes: Hello, additional note: here is my config for Lokales. Exactly spoken its Lokal. (nnmaildir "Lokal" (directory "~/Maildirnm") (directory

Re: nnir with notmuch gives error; sort: Wrong type argument: number-or-marker-p, nil

2020-03-17 Thread physiculus
gards Poul > physiculus writes: > >> xuqi writes: >> >> Hello, >> thank you and Eric very much for help. I can't help, because i do not fully >> understand, what goes wrong. > > No, that's perfect! That basically confirms my suspicion that some of > your m

Re: gnus-registry-marks; Any chance to search or filter for?

2020-07-13 Thread physiculus
hope after reading your infos ... Regards Poul > physiculus writes: > >> Hello, >> thank you for this info. I thought, that no one on this list (full of >> poeple with gnus knowledge) did try it or care about it. > > These registry marks were more or

gnus-registry-marks; Any chance to search or filter for?

2020-06-24 Thread physiculus
i want to search or filter with the registry-marks i set. Is this possible? I couldn't find a function for that in the gnus documentation. Regards Poul ___ info-gnus-english mailing list info-gnus-english@gnu.org

Re: Problem splitting (nnimap-inbox "[Gmail]/Alle Nachrichten")

2021-01-20 Thread physiculus
Bob Newell writes: > I haven't worked out write split code in >> gnus that could do this for me - but I would be delighted if someone >> else had... > > I don't do splitting but I do use the following to delete Gmail > > (gnus-summary-move-article nil "nnimap+imap.gmail.com:[Gmail]/Trash" nil)

Problem splitting (nnimap-inbox "[Gmail]/Alle Nachrichten")

2021-01-16 Thread physiculus
Hello, i reconfigured my gmail account from splitting INBOX to All Mails. The reason was duplicated mails in folder INBOX IMPORTANT STARRED. I read about it and one solution should be the change from folder INBOX to All Mails. But after that change splitting is not working properly anymore. Most

Re: how could gnus display the Gmail Labels X-GM-LABELS?

2021-01-25 Thread physiculus
labels. Therefore they should be displayed by gnus. Perhaps gnus do not decode the labels?? Regards Poul > physiculus writes: > >> But here are no labels visible... >> after pressing t. >> >> I insert the X-GM-LABELS to gnus-visible-headers. >> > > Are you s

how could gnus display the Gmail Labels X-GM-LABELS?

2021-01-23 Thread physiculus
Hello, i want to view the labels from gmail. A while ago, someone explains that they are known as X-GM-LABELS. But how could i display them in gnus summary or article buffer? here is my relevant config, as far as i know. (setq gnus-extra-headers '(To Cc Keywords Gcc Newsgroups X-GM-LABELS)) (setq

Re: how could gnus display the Gmail Labels X-GM-LABELS?

2021-01-23 Thread physiculus
Clemens Schüller via info-gnus-english writes: Hello, thanks for the quick post. But here are no labels visible... after pressing t. I insert the X-GM-LABELS to gnus-visible-headers. Regards Poul > Hello! > > >> i want to view the labels from gmail. A while ago, someone explains that >> they

Re: Problem splitting (nnimap-inbox "[Gmail]/Alle Nachrichten")

2021-01-19 Thread physiculus
Lars-Johan Liman writes: Hihi, "besserwisser" this is a german word. Is it merged into the english language? > (At the risk of being a besserwisser ... apologies in advance.) > > Could your problem stem from what I have been told and believe to be > true, that Gmail doesn't have the concept of

Re: Problem splitting (nnimap-inbox "[Gmail]/Alle Nachrichten")

2021-01-17 Thread physiculus
on fedora 32. Regards Poul > physiculus writes: > >> Hello, >> i reconfigured my gmail account from splitting INBOX to All Mails. >> The reason was duplicated mails in folder INBOX IMPORTANT STARRED. >> I read about it and one solution should be the change fro

[question] how show messages with bold or colored or different font sizes

2021-09-19 Thread physiculus
hello, i wonder how i could see received messages with bold, italic or underlined text. Or text with colored words or text with different font sizes. my wife sends messages with thunderbird, but inside gnus these things are gone. Is it possible with gnus to show the messages with these

Re: [question] how show messages with bold or colored or different font sizes

2021-09-19 Thread physiculus
Hello, thanks for the quick answer. hope my edit helps Regards Poul Am So, 2021-09-19, 20:11 +0200, Adam Sjøgren schrieb: > physiculus writes: > >> my wife sends messages with thunderbird, but inside gnus these things are >> gone. >> Is it possible with g

Re: [question] how show messages with bold or colored or different font sizes

2021-09-20 Thread Physiculus
font sizes physiculus writes: i changed my settings and now gnus display bold and italics and bold. but no color and no font sizes. do you know why? No. I'm guessing it is something in your configuration. Have you changed it to display the HTML part or the text part?   Best regards

Re: [question] how show messages with bold or colored or different font sizes

2021-09-20 Thread physiculus
Am So, 2021-09-19, 22:03 +0200, Adam Sjøgren schrieb: Hello, i changed my settings and now gnus display bold and italics and bold. but no color and no font sizes. do you know why? regards poul > physiculus writes: > >> here is a message: > > This is what that email loo

Re: [question] how show messages with bold or colored or different font sizes

2021-09-20 Thread physiculus
Height 1.0 so i guess a render component don't recognize the html font size factor. Any ideas? Regards Poul > physiculus writes: > >> i changed my settings and now gnus display bold and italics and bold. >> but no color and no font sizes. >> >> do you

Re: [question] how show messages with bold or colored or different font sizes

2021-09-20 Thread physiculus
Am Mo, 2021-09-20, 19:25 +0200, physiculus schrieb: > Am Mo, 2021-09-20, 08:50 +0200, Adam Sjgren schrieb: > > I'm on a step forward! > colors are correct. > bold, italics are correct. > font sizes not. > > here is the raw html. > Ein, zwei Wrter in unterschie

Re: [question] how show messages with bold or colored or different font sizes

2021-09-20 Thread physiculus
hello, i set shr-use-fonts and shr-use-colors to t. but now the colors in html mails from other poeple are mostly terrible. too light or too dark, no real good mix. regards poul

Re: Gnorb gnorb-ebdb how to use instead of bbdb?

2021-12-31 Thread physiculus
Am Do, 2021-12-30, 16:04 -0800, Eric Abrahamsen schrieb: hello, thanks for that info. i can't wait and see what your new version consummate. :-) regards, Poul > physiculus writes: > >> hello, >> i want to use gnorb-ebdb instead of bbdb, because i do not use bbdb at

Gnorb gnorb-ebdb how to use instead of bbdb?

2021-12-26 Thread physiculus
hello, i want to use gnorb-ebdb instead of bbdb, because i do not use bbdb at all. instead i successfully use ebdb with gnus.. i loaded gnorb-ebdb after gnorb without errors. my emacs version is 28.0.90. but how could i use it? merry christmas! -- Jens Reimer

Re: question about org-link gnus message and gnus registry

2021-12-02 Thread physiculus
mmand(nil "gnorb-org-handle-mail" nil) funcall-interactively(execute-extended-command nil "gnorb-org-handle-mail" nil) call-interactively(execute-extended-command nil nil) command-execute(execute-extended-command) hope it helps regards Jens > physiculus writes: >

Re: question about org-link gnus message and gnus registry

2021-12-02 Thread physiculus
--- > physiculus writes: > >> >> scenario: >> i create a org link with org and insert the link into an org file. >> works. >> >> now i move the message inside gnus to another folder. >> >> open the link inside the org file is not valid anymore

question about org-link gnus message and gnus registry

2021-12-01 Thread physiculus
hello, i'm just struggeling about the consistency of an org-link to a gnus message after moving this message into another folder on same server or a different one. scenario: i create a org link with org and insert the link into an org file. works. now i move the message inside gnus to another

gnus and spam filtering; it is not working well

2022-01-13 Thread physiculus
hello, i try to make gnus a bit more useful for spam detection, but it does only work partially. if header is flagged as spam, gnus put the message into the spam folder. but checking with bogofilter is not working. does anybody know what is wrong with my config? any help? Regards, Jens ;;

Re: gnus and spam filtering; it is not working well

2022-01-16 Thread physiculus
Am Sa, 2022-01-15, 09:18 -0800, Eric Abrahamsen schrieb: hello, i just checked the variable. the value is true. what can i check now? > physiculus writes: > >> hello, >> i try to make gnus a bit more useful for spam detection, but it does >> only work partially.

Re: Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted

2022-07-29 Thread physiculus
Am Thu, 28 Jul 2022 09:34:17 -1000 Bob Newell schrieb: > >> Do you get the same results when trying to send through > >> smtp.gmail.com as you do with wpxxx.mailout.server-he.de? That > >> is to say the 550 relay not permitted? > >> > > > > yes i think so. > > is it possible to dive deeper

Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted

2022-07-27 Thread physiculus
hello, unfortunately i cannot send emails from my four accounts anymore. it's only a problem from inside emacs / gnus. so i think, there is any misconfiguration. how can i check, whats going wrong? here is the debugger output. Debugger entered--Lisp error: (error "Sending failed: 550 relay not

Re: Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted

2022-07-27 Thread physiculus
Am Wed, 27 Jul 2022 16:09:02 +0200 physiculus schrieb: i forgot to mention, that i usually use posting-styles. (setq gnus-parameters '( (".*" ; Matches all groups of messages (posting-style (addr

Re: Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted

2022-07-28 Thread physiculus
Am Wed, 27 Jul 2022 11:13:43 -1000 Bob Newell schrieb: > > (setq gnus-parameters '( > > (".*" ; Matches all groups of > > messages > > (posting-style (address "GMail > > ") > >

Re: Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted

2022-07-30 Thread physiculus
yes sending and receiving inside clawsmail works great. only in emacs sending is not possible. gmail and my other adresses. very strange. any ideas to investigate further? Am Sat, 30 Jul 2022 20:50:17 +0200 Adam Sjøgren schrieb: > physiculus writes: > > > unfortunately i do no

Re: Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted

2022-07-30 Thread physiculus
250-AUTH PLAIN LOGIN 250 HELP MAIL FROM: SIZE=301 250 OK RCPT TO: 550 relay not permitted QUIT 221 wpxxx.webpack.hosteurope.de closing connection Process smtpmail deleted Am Fri, 29 Jul 2022 19:49:10 +0200 Adam Sjøgren schrieb: > physiculus writes: > > > Am Thu, 28 Jul 2022 09

Re: Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted

2022-07-30 Thread physiculus
Am Sat, 30 Jul 2022 21:55:42 +0200 Adam Sjøgren schrieb: > physiculus writes: > > > yes sending and receiving inside clawsmail works great. > > Do you have username and password configured in clawsmail for the > outgoing (smtp) mail servers? yes it is configured inside c

Re: Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted

2022-07-31 Thread physiculus
Am Sat, 30 Jul 2022 22:18:39 +0200 Adam Sjøgren schrieb: > physiculus writes: > > >> Do you have username and password configured in clawsmail for the > >> outgoing (smtp) mail servers? > > > yes it is configured inside clawsmail. > > Ok, so that's

Re: Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted

2022-07-31 Thread physiculus
Am Sun, 31 Jul 2022 11:35:56 +0200 Adam Sjøgren schrieb: > physiculus writes: > > > 220 2.0.0 Ready to start TLS > > 250-smtp.gmail.com at your service, > > [2a02:8108:1200:24dc:4f7b:d279:b926:29ee] 250-SIZE 35882577 > > 250-8BITMIME > > 250-AUTH L

Re: Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted

2022-07-31 Thread physiculus
patience. > physiculus writes: > > > 220 2.0.0 Ready to start TLS > > 250-smtp.gmail.com at your service, > > [2a02:8108:1200:24dc:4f7b:d279:b926:29ee] 250-SIZE 35882577 > > 250-8BITMIME > > 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH > >