ElectricEel-24.10.1 Issue

Here is Beta 6 of Multi-Report.

I still have a lot of cleanup to do, update the quick-start guide, etc. I expect that unless there are more issues with email, I should have the final version of v3.1 out next weekend. It just takes time to go though and clean up my mess.

When you run the script for the first time, it will download the new python script for sending emails. I need to work on identifying updates should there need to be any.

This would not be possible without @oxyde help.

The CRON setup should be like my example (full path to script && ./script_name), run as root or privileged account:

Beta 6
multi_report_v3.1Beta6_2025_01_11.txt (520.4 KB)

P.S. I wish Elon Musk would quit sending me emails about selling me a magazine subscription, I’d be fine with some cash in my pocket instead. Okay, it is some jerk posing as Elon Musk, but I’d still like the cash donation :slight_smile:

5 Likes

If you have an email problem (yes, still one person for certain has it), please drop me an email or message here on the forums and include the following data:
midclt call mail.config | jq
And in your script directory will be a new folder called mrlog, please attach the most current file. Do not post this file in the general forums, it will contain your email address, which as you know, I never share without explicit permission. to day, never shared any.

EDIT: Please remove your password from the mail.config file. If you do not, I will redact it and slightly modify any email address as well for you before sharing the data with @oxyde. I believe in security and privacy.

Hi Joe, I’m one of them. It looks like the script doesn’t like the domains with .stream or .email - logs sent.


File /mnt/Orac/Scripts/mrlog/20250112_085253.txt successfully generated                                                                                                                            
2 totals file log                                                                                                                                                                                  
0 totals attachment                                                                                                                                                                                
trying read mail.config                                                                                                                                                                            
read mail.config successfully                                                                                                                                                                      
Switching for the right provider                                                                                                                                                                   
** SMTP Version **                                                                                                                                                                                 
parsing smtp config                                                                                                                                                                                
parsing html content                                                                                                                                                                               
body is a file                                                                                                                                                                                     
check for attachements...                                                                                                                                                                          
establing connection...                                                                                                                                                                            
KO: (553, b'Invalid domain name')

Beta 6 looking good in the Philippines! :smile:

ElectricEel-24.10.1

1 Like

– removed v 0.03 –

Can you try if the change made to this version fix the issue?
Thanks!

It still doesn’t like recipients or senders that are .stream addresses.

.stream recipient


File /mnt/Orac/Scripts/mrlog/20250112_085253.txt successfully generated                                                                                                                            
2 totals file log                                                                                                                                                                                  
0 totals attachment                                                                                                                                                                                
trying read mail.config                                                                                                                                                                            
read mail.config successfully                                                                                                                                                                      
Switching for the right provider                                                                                                                                                                   
** SMTP Version **                                                                                                                                                                                 
parsing smtp config                                                                                                                                                                                
parsing html content                                                                                                                                                                               
body is a file                                                                                                                                                                                     
check for attachements...                                                                                                                                                                          
establing connection...                                                                                                                                                                            
KO: (553, b'Invalid domain name')

.net recipient


File /mnt/Orac/Scripts/mrlog/20250112_161526.txt successfully generated                                                                                                                            
3 totals file log                                                                                                                                                                                  
0 totals attachment                                                                                                                                                                                
trying read mail.config                                                                                                                                                                            
read mail.config successfully                                                                                                                                                                      
Switching for the right provider                                                                                                                                                                   
** SMTP Version **                                                                                                                                                                                 
parsing smtp config                                                                                                                                                                                
parsing html content                                                                                                                                                                               
body is a file                                                                                                                                                                                     
check for attachements...                                                                                                                                                                          
get hostname
hostname: Orac.
establing connection based on security level set on TN: PLAIN                                                                                                                                      
entered PLAIN path

Neither had me receiving emails. Temporarily have changed to gmail and that works.

The first log seems the output of the previous version of the script (it should have logged more info before give the KO), the second one just stop without grabbing anything else, nor the sent and the except :thinking: did Joe give to you my email address? Can you share with me some more info in private?

@Vollans don’t know if you still need, but i pushed a new version on GitHub, the v 0.04, use that instead the one i posted above because i’m quite sure will fix your issue, and if not, will log more step for a better troubleshooting (the log interrupted too should be fixed now)

1 Like