Cliquez ici >>> 🥉 550 mail dropped bare lf found
Amust-read for English-speaking expatriates and internationals across Europe, Expatica provides a tailored local news service and essential information on living, working, and moving to your country of choice. With in-depth features, Expatica brings the international community closer together. Amongst other services, Expatica offers the best
Thelatest Lifestyle | Daily Life news, tips, opinion and advice from The Sydney Morning Herald covering life and relationships, beauty, fashion, health & wellbeing
500pxis a photography community where you can get immediate exposure with your first upload, connect and share your photos with the world, and grow as a photographer from anywhere
DiscussWorld of Warcraft Lore or share your original fan fiction, or role-play.
こんにちはだいごろうのオカンあざみです生後6ヶ月になった今でも夜中34時間おきに起きるだいごろうだいごろうが起きるたびに添い乳で寝かしているのでそのまま片乳だして寝落ちしている毎日ですそんなとある日の朝突然の衝撃口を塞がれ声も出せ
Site De Rencontre Gratuit Non Payant Pour Seniors. Download the State of the Global Workplace 2022 Report This annual report represents the collective voice of the global employee. In this edition, the pandemic and its aftershock continued to disrupt the workplace. Check out the most recent employee data and workplace trends in the State of the Global Workplace 2022 Report. These insights can equip leaders - organizationally and globally - to make purposeful decisions based on how employees are truly feeling. Explore Key Findings The pulse of the global workplace is low, but it's still beating. Our findings depict a difficult 2021, but leave much room for leaders to ask, "How am I creating a thriving workplace for my employees today?" Finding One Global engagement and wellbeing remain stable, but not great. Before the pandemic, engagement and wellbeing were rising globally for nearly a decade - but now, they're stagnant. "Living for the weekend," "watching the clock tick," "work is just a paycheck." These are the mantras of most global workers. With only 21% of employees engaged at work and 33% of employees thriving in their overall wellbeing, most would say that they don't find their work meaningful, don't think their lives are going well or don't feel hopeful about their future. Learn more about your region's data. Finding Two Stress among the world's workers reached an all-time high - again. Whether employees are stressed because of work, or their stress is carrying over into work, one thing is clear The world's employees are feeling even more stressed than they did in 2020 the previous all-time high. Forty-four percent of employees experienced a lot of daily stress in the previous day. While almost half of the world's workers felt the burden of stress, working women in the and Canada region were among the most stressed employees globally. How did the employees in your region fare? Finding Three Wellbeing in Europe and South Asia was hit hard in 2021 by COVID-19 waves. Both Europe and South Asia which includes India dropped 5 percentage points in wellbeing in 2021, with South Asia having the lowest wellbeing in the world at 11%. Workers in these regions not only felt like their current life was worse than it had previously been, their hope in the future also dropped. Dig further into these regional findings. % Thriving Percentage Point Change Finding Four The job market made a recovery in the and Canada region, but not elsewhere. Only 45% of workers globally said now is a good time to find a job in their country up slightly from last year, but less than the record 55% in 2019. The and Canada were the regional outlier for this item, leading the world at 71%, up 44 percentage points from the previous year. The next closest regions are Australia and New Zealand at 59% and South Asia at 50%. The regions with the least promising job opportunities are the Commonwealth of Independent States 35%, MENA 28%, and East Asia 27%. Discover more about these regions. Finding Five The best region in the world to be an employee. Even though employees in the and Canada region are some of the most worried and stressed in the world, they're also the most engaged. The and Canada region is also No. 2 for wellbeing, and for the largest increase in wellbeing in 2021. Half of them say they are "living comfortably" on their household income compared with 22% globally, and the job market in 2021 was exceptionally good compared with the rest of the world. No. 1 Living Comfortably on Income No. 1 in Employee Engagement No. 1 in Job Opportunities How did the employees in your region fare? Finding Six Employee wellbeing is the new workplace imperative. Wellbeing and engagement interact with each other in powerful ways. When employees are engaged and thriving, they experience significantly less stress, anger and health problems. Unfortunately, most employees remain disengaged at work. In fact, low engagement alone costs the global economy $ trillion. The relationship between wellbeing and engagement is vital because how people experience work influences their lives outside work, and overall wellbeing influences life at work. Organizations need to think about the whole person, not just the worker. Leaders should add wellbeing measurements to their executive dashboards prioritize employee wellbeing as part of their employer brand promise Check out more advice for leaders. Gallup in the Media AxiosAmerica's workers are up for grabs Stress and burnout are rising in the but jobs are plentiful, and Americans are willing to move to new places for work. When leaders take responsibility for the wellbeing of their workers, the result is not only productive organizations, but thriving individuals, families and communities. Webinar Learn More About the Report Findings Attend this learning session 1 see the latest data from Gallup's State of the Global Workplace 2022 Report 2 get exclusive insights and analysis on our most important findings 3 cover topics like stress, wellbeing, employee engagement and much more Featured Articles What These Global Findings Mean for Leaders and Employees The World's Workplace Is Broken - Here's How to Fix It Globally, 60% of people are emotionally detached at work and 19% are miserable. Managers, more than anyone else, can do something about it. Why Leaders Must Address the Employee Wellbeing Deficit Employees were more stressed than ever in 2021. See the data and how leaders can better address wellbeing in the workplace. The World's $ Trillion Workplace Problem The pandemic has taken a toll on the world's workers. Employee engagement had been rising for the past decade, but the pandemic has stalled that steadily increasing trend. Download the State of the Global Workplace 2022 Report Explore findings by region and the advice that comes with it.
How to send mail from the command line? asked Nov 12, 2010 at 2027 Olivier LalondeOlivier gold badges121 silver badges146 bronze badges 5 Install ssmtp sudo apt-get install ssmtp Edit the ssmtp config file gksu gedit /etc/ssmtp/ Append the following text root=username mailhub= rewriteDomain= AuthUser=username AuthPass=password FromLineOverride=YES UseTLS=YES Run ssmtp and provide the recipient email address ssmtp recepient_name Provide the message details as follows To recipient_name From username Subject Sent from a terminal! Your content goes here. Lorem ipsum dolor sit amet, consectetur adipisicing. Notice the blank space between the subject and the body. Press Ctrl + D to send. You can also put the text in file and send it as follows ssmtp recipient_name 250 Ok RCPT TO 250 Ok data 354 End data with . This is the body of my mail, this is the second line... . 250 Ok queued as 9C12E7F404 answered Oct 30, 2012 at 533 hanoohanoo2001 silver badge5 bronze badges 3 If you try to send e-mail from a system, whitch does not run an own e-mail-server i. e. desktop system, you need to install something like nullmailer or esmtp, which forward your local mail to a "real" mail server. As command line tools you can install mail or mailx packages mailutils, heirloom-mailx or bsd-mailx. If you need attachments try biabam. answered Nov 12, 2010 at 2121 ddeimekeddeimeke2,9791 gold badge21 silver badges21 bronze badges 1 sudo apt-get install sharutils mailutils uuencode filename filename mail user where filename is the same it stands for input file and remote file. gold badges96 silver badges149 bronze badges answered Jan 10, 2012 at 1014 nissenisse611 silver badge1 bronze badge 2 I have never tried it but there is a mail command that can send mail. See man mail. To test local email echo message mail usernamelocalhost answered Nov 12, 2010 at 2030 gold badges98 silver badges150 bronze badges You can try this mail name -s "Attached file" To Monday Subject Tuesday Wednesday and send it curl \ -netrc \ -mail-rcpt monday \ -upload-file \ smtps// answered May 1, 2020 at 1544 ZomboZombo1,92019 silver badges21 bronze badges I want to add another quite simple yet interesting way to do, provided by AWS link So, you need to prepare this text file, save it as Please remember to change the values Replace with your sending domain. Replace Base64EncodedSMTPUserName with your base64-encoded SMTP username. Replace Base64EncodedSMTPPassword with your base64-encoded SMTP password. Replace sender with the email address you are sending from. This identity must be verified. Replace recipient with the destination email address. If your Amazon SES account is still in the sandbox, this address must be verified. EHLO AUTH LOGIN Base64EncodedSMTPUserName Base64EncodedSMTPPassword MAIL FROM sender RCPT TO recipient DATA From Sender Name To recipient Subject Amazon SES SMTP Test This message was sent using the Amazon SES SMTP interface. . QUIT To send using explicit SSL over port 587 – Enter the following command openssl s_client -crlf -quiet -starttls smtp -connect smtp-server-endpoint587 " echo "recipient echo "Subject Test" echo "" echo "Lorem Ipsum" echo "." echo "QUIT" answered Nov 18, 2021 at 819 Not the answer you're looking for? Browse other questions tagged command-line email or ask your own question.
An update on blog submissionsAs of July 12, we're navigating some downtime on our legacy web pages, including both and While most Gamasutra pages and functionality have been migrated to the Game Developer website, this does mean that our blog submission tools, profile editor, and other Gamasutra-hosted links are currently unavailable. We're working to get the above features back up and running, and will update this page with more information as we have it. Thank you for your patience as we work to resolve this. Details on ongoing site issues and a link to contact support can also be found on our Report An Issue page. Updated 8/2/22
Adidas dropped more than a few jaws Wednesday after tweeting an ad for sports bras showing 25 pairs of bare breasts. "We believe women’s breasts in all shapes and sizes deserve support and comfort," the text of the tweet states. "Which is why our new sports bra range contains 43 styles, so everyone can find the right fit for them." The hashtag says "support is everything." The ad has so far garnered more than 24,000 likes. But as you can imagine, not everyone is liking its content, which shows no faces, just bare breasts. 'Borderline soft porn' One Twitter user replied to the ad like so "u guys can market ur new sports bras or products without the nudity; this isn't how body positivity is promoted. For crying out loud Twitter is a public platform that's also accessible to a lot of underaged kids; a tweet like this can corrupt someone. Do better." Another commenter wrote back to the longtime global brand with a decidedly blunt take "Maybe show the bras actually supporting the t**s? This isn’t page 3 hun." Adidas was unmoved, replying back that "we want to celebrate bodies in all their glory and proudly showcase how different we all are." Another user jumped into the chat "I get that...but this is borderline soft porn smh...pics IN the bras maybe?" But Adidas responded by exiting the sports apparel creator highway and heading down Moral Arbiter Street "Breasts are a natural part of the anatomy. It’s time to remove the stigma to allow future generations to flourish." Seth Dillon of the Babylon Bee then took on Adidas' stance "Okay, but so are penises and vaginas. Your reasoning for showing breasts leaves you with no reason not to post full nudity." After a user tried to put Dillon in his place by saying "you missed the point entirely, I see..." he simply fired back with a splash of cold water "The point was to exploit women's bodies to shock people into paying attention to Adidas for a minute." Adidas tweeted in a separate thread that "it’s important to normalize the human body and help inspire future generations to feel confident and unashamed." 'Amazing and brave' According to USA Today, Adidas tweeted that the volunteers who bared their breasts for the ad "were amazing and brave," and the corporation followed all social media policies. The paper said Adidas even was able to post the ad uncensored on a billboard.
Help Create Join Login Summary Files Reviews Support Wiki Mailing Lists Tickets ▾ Current Development Branch Feature Requests Current Stable Branch Bugs Patches Docs Tracker Internationalization Plugins News Code Menu ▾ ▴ squirrelmail-plugins From Derek Xu - 2007-11-20 234410 Hello - I am trying to set up spam_button plugin to report spam via email. The plugin was installed successfully. However, when a user clicks on either the "Spam" or the "Non-Spam" button, it generates the following error message Could not send report Requested action aborted error in processing 451 See The mentioned page shows it has a bare LF issue. However, I don't have any problem to report spam/non-spam if I manually forward the message to the destionation email addresses. I don't have any problem to send out/receive messages either. The log for tcpserver doesn't provide any useful information. However, if I enable simscan it generates error messges like "no envelope information, deferred exit". My system's setup is as follows, OS Solaris 10 SMTP server qmail-ldap IMAP server UW IMAP Anti-Spam DSPAM Web server Apache server PHP webmail plugin installed Thanks, Derek From Paul Lesniewski - 2007-11-20 235121 On Nov 20, 2007 344 PM, Derek Xu wrote > Hello - > > I am trying to set up spam_button plugin to report spam via email. The > plugin was installed successfully. However, when a user clicks on > either the "Spam" or the "Non-Spam" button, it generates the following > error message > Could not send report > Requested action aborted error in processing > 451 See > > The mentioned page shows it has a bare LF issue. Exactly what is this issue? You need to post more details/explanation. I'm not aware of any problem with how the plugin sends messages via its forwarding mechanism. > However, I don't > have any problem to report spam/non-spam if I manually forward the > message to the destionation email addresses. I don't have any problem > to send out/receive messages either. > > The log for tcpserver doesn't provide any useful information. However, > if I enable simscan it generates error messges like > "no envelope information, deferred exit". How is the plugin configured to forward messages? How does that differ from your core SM settings? Can you send mail with SM correctly? It would be most helpful if the SMTP or sendmail conversation could be sniffed. > My system's setup is as follows, > > OS Solaris 10 > SMTP server qmail-ldap > IMAP server UW IMAP > Anti-Spam DSPAM > Web server Apache server > PHP > webmail > plugin installed > > From Derek Xu - 2007-11-21 154941 The issue is users are not able to report spam by clicking the buttons/links provided by the plugin. The error message indicates the failure is due to a bare linefeed issue of the mailer. The plugin was configured to only use report-by-email option $is_spam_resend_destination = 'spamDOMAIN'; $is_not_spam_resend_destination = 'notspamDOMAIN'; $spam_report_email_method = 'bounce'; $is_spam_subject_prefix = ''; $is_not_spam_subject_prefix = ''; spam_report_smtpServerAddress = ''; $spam_report_smtpPort = ''; $spam_report_useSendmail = ''; $spam_report_smtp_auth_mech = ''; $spam_report_use_smtp_tls = ''; I don't have any problem to send out email from SM. Moreover, I don't have any problem to report spam by forwarding the suspicious message to sp...my... via using the default "Forward" link on core SM. It's difficult,if not impossible, to sniff the traffic between SMTP and SM, because the SMTP is running on a non-global zone of a Solaris 10 system. Sniffing tools, like snoop, does not work in a non-global zone because it uses DLPI to directly access interface drivers. Thanks, -Derek On Nov 20, 2007 551 PM, Paul Lesniewski wrote > On Nov 20, 2007 344 PM, Derek Xu wrote > > Hello - > > > > I am trying to set up spam_button plugin to report spam via email. The > > plugin was installed successfully. However, when a user clicks on > > either the "Spam" or the "Non-Spam" button, it generates the following > > error message > > Could not send report > > Requested action aborted error in processing > > 451 See > > > > The mentioned page shows it has a bare LF issue. > > Exactly what is this issue? You need to post more > details/explanation. I'm not aware of any problem with how the plugin > sends messages via its forwarding mechanism. > > > However, I don't > > have any problem to report spam/non-spam if I manually forward the > > message to the destionation email addresses. I don't have any problem > > to send out/receive messages either. > > > > The log for tcpserver doesn't provide any useful information. However, > > if I enable simscan it generates error messges like > > "no envelope information, deferred exit". > > How is the plugin configured to forward messages? How does that > differ from your core SM settings? Can you send mail with SM > correctly? It would be most helpful if the SMTP or sendmail > conversation could be sniffed. > > > My system's setup is as follows, > > > > OS Solaris 10 > > SMTP server qmail-ldap > > IMAP server UW IMAP > > Anti-Spam DSPAM > > Web server Apache server > > PHP > > webmail > > plugin installed > > > > > > - > This email is sponsored by Microsoft > Defy all challenges. MicrosoftR Visual Studio 2005. > > - > squirrelmail-plugins mailing list > Posting guidelines > List address squir...li... > List archives > List info subscribe/unsubscribe/change options > From Paul Lesniewski - 2007-11-21 210238 Please DO NOT top-post. Read the mailing list posting guidelines if you have any doubts. > The issue is users are not able to report spam by clicking the > buttons/links provided by the plugin. The error message indicates the > failure is due to a bare linefeed issue of the mailer. Then please show the error. > The plugin was configured to only use report-by-email option > > $is_spam_resend_destination = 'spamDOMAIN'; > $is_not_spam_resend_destination = 'notspamDOMAIN'; > $spam_report_email_method = 'bounce'; What is $useSendmail in the main SM config file? Does the problem persist if you change $useSendmail to false? What about if you change $spam_report_email_method to 'attachment'? > $is_spam_subject_prefix = ''; > $is_not_spam_subject_prefix = ''; > spam_report_smtpServerAddress = ''; > $spam_report_smtpPort = ''; > $spam_report_useSendmail = ''; > $spam_report_smtp_auth_mech = ''; > $spam_report_use_smtp_tls = ''; > > I don't have any problem to send out email from SM. Moreover, I don't > have any problem to report spam by forwarding the suspicious message > to sp...my... via using the default "Forward" link on core SM. > > It's difficult,if not impossible, to sniff the traffic between SMTP > and SM, because the SMTP is running on a non-global zone of a Solaris > 10 system. Sniffing tools, like snoop, does not work in a non-global > zone because it uses DLPI to directly access interface drivers. That is not going to make this very easy to find your problem..... > On Nov 20, 2007 551 PM, Paul Lesniewski wrote > > On Nov 20, 2007 344 PM, Derek Xu wrote > > > Hello - > > > > > > I am trying to set up spam_button plugin to report spam via email. The > > > plugin was installed successfully. However, when a user clicks on > > > either the "Spam" or the "Non-Spam" button, it generates the following > > > error message > > > Could not send report > > > Requested action aborted error in processing > > > 451 See > > > > > > The mentioned page shows it has a bare LF issue. > > > > Exactly what is this issue? You need to post more > > details/explanation. I'm not aware of any problem with how the plugin > > sends messages via its forwarding mechanism. > > > > > However, I don't > > > have any problem to report spam/non-spam if I manually forward the > > > message to the destionation email addresses. I don't have any problem > > > to send out/receive messages either. > > > > > > The log for tcpserver doesn't provide any useful information. However, > > > if I enable simscan it generates error messges like > > > "no envelope information, deferred exit". > > > > How is the plugin configured to forward messages? How does that > > differ from your core SM settings? Can you send mail with SM > > correctly? It would be most helpful if the SMTP or sendmail > > conversation could be sniffed. > > > > > My system's setup is as follows, > > > > > > OS Solaris 10 > > > SMTP server qmail-ldap > > > IMAP server UW IMAP > > > Anti-Spam DSPAM > > > Web server Apache server > > > PHP > > > webmail > > > plugin installed > > > > > > From Derek Xu - 2007-11-21 212553 > > The issue is users are not able to report spam by clicking the > > buttons/links provided by the plugin. The error message indicates the > > failure is due to a bare linefeed issue of the mailer. > > Then please show the error. The error says Could not send report Requested action aborted error in processing 451 See > > The plugin was configured to only use report-by-email option > > > > $is_spam_resend_destination = 'spamDOMAIN'; > > $is_not_spam_resend_destination = 'notspamDOMAIN'; > > $spam_report_email_method = 'bounce'; > > What is $useSendmail in the main SM config file? Does the problem > persist if you change $useSendmail to false? What about if you change > $spam_report_email_method to 'attachment'? $useSendmail = false; if I change $spam_report_email_method to 'attachment', it shows "Successfully reported as spam", but it also shows " ERROR Connection dropped by IMAP server. Query FETCH 68 BODY[HEADER]" In addition, DSPAM does not seem to be trained if "attachment" method is selected. > > $is_spam_subject_prefix = ''; > > $is_not_spam_subject_prefix = ''; > > spam_report_smtpServerAddress = ''; > > $spam_report_smtpPort = ''; > > $spam_report_useSendmail = ''; > > $spam_report_smtp_auth_mech = ''; > > $spam_report_use_smtp_tls = ''; > > > > I don't have any problem to send out email from SM. Moreover, I don't > > have any problem to report spam by forwarding the suspicious message > > to sp...my... via using the default "Forward" link on core SM. > > > > It's difficult,if not impossible, to sniff the traffic between SMTP > > and SM, because the SMTP is running on a non-global zone of a Solaris > > 10 system. Sniffing tools, like snoop, does not work in a non-global > > zone because it uses DLPI to directly access interface drivers. > > That is not going to make this very easy to find your problem..... > > > > > On Nov 20, 2007 551 PM, Paul Lesniewski wrote > > > On Nov 20, 2007 344 PM, Derek Xu wrote > > > > Hello - > > > > > > > > I am trying to set up spam_button plugin to report spam via email. The > > > > plugin was installed successfully. However, when a user clicks on > > > > either the "Spam" or the "Non-Spam" button, it generates the following > > > > error message > > > > Could not send report > > > > Requested action aborted error in processing > > > > 451 See > > > > > > > > The mentioned page shows it has a bare LF issue. > > > > > > Exactly what is this issue? You need to post more > > > details/explanation. I'm not aware of any problem with how the plugin > > > sends messages via its forwarding mechanism. > > > > > > > However, I don't > > > > have any problem to report spam/non-spam if I manually forward the > > > > message to the destionation email addresses. I don't have any problem > > > > to send out/receive messages either. > > > > > > > > The log for tcpserver doesn't provide any useful information. However, > > > > if I enable simscan it generates error messges like > > > > "no envelope information, deferred exit". > > > > > > How is the plugin configured to forward messages? How does that > > > differ from your core SM settings? Can you send mail with SM > > > correctly? It would be most helpful if the SMTP or sendmail > > > conversation could be sniffed. > > > > > > > My system's setup is as follows, > > > > > > > > OS Solaris 10 > > > > SMTP server qmail-ldap > > > > IMAP server UW IMAP > > > > Anti-Spam DSPAM > > > > Web server Apache server > > > > PHP > > > > webmail > > > > plugin installed > > > > > > > > > > - > This email is sponsored by Microsoft > Defy all challenges. MicrosoftR Visual Studio 2005. > > - > squirrelmail-plugins mailing list > Posting guidelines > List address squir...li... > List archives > List info subscribe/unsubscribe/change options > From Paul Lesniewski - 2007-11-25 083723 On Nov 21, 2007 125 PM, Derek Xu wrote > > > The issue is users are not able to report spam by clicking the > > > buttons/links provided by the plugin. The error message indicates the > > > failure is due to a bare linefeed issue of the mailer. > > > > Then please show the error. > > The error says > > Could not send report > > Requested action aborted error in processing > 451 See Does this happen with any message? Do your messages contain \n.\n anywhere in them? If you are using an unmolested SquirrelMail core, then I can't immediately see what the problem would be the message is sent using the core mailing functionality. See for yourself that SquirrelMail sends the correct CRLF at line 245 in class/deliver/ This seems to imply that there might be some \n.\n that gets sent before that, but without you sniffing the SMTP conversation, it's not something I'm sure anyone can help you with. > > > The plugin was configured to only use report-by-email option > > > > > > $is_spam_resend_destination = 'spamDOMAIN'; > > > $is_not_spam_resend_destination = 'notspamDOMAIN'; > > > $spam_report_email_method = 'bounce'; > > > > What is $useSendmail in the main SM config file? Does the problem > > persist if you change $useSendmail to false? What about if you change > > $spam_report_email_method to 'attachment'? > > $useSendmail = false; > if I change $spam_report_email_method to 'attachment', > it shows "Successfully reported as spam", but it also shows > " ERROR Connection dropped by IMAP server. Query FETCH 68 BODY[HEADER]" > In addition, DSPAM does not seem to be trained if "attachment" method > is selected. > > > > > $is_spam_subject_prefix = ''; > > > $is_not_spam_subject_prefix = ''; > > > spam_report_smtpServerAddress = ''; > > > $spam_report_smtpPort = ''; > > > $spam_report_useSendmail = ''; > > > $spam_report_smtp_auth_mech = ''; > > > $spam_report_use_smtp_tls = ''; > > > > > > I don't have any problem to send out email from SM. Moreover, I don't > > > have any problem to report spam by forwarding the suspicious message > > > to sp...my... via using the default "Forward" link on core SM. > > > > > > It's difficult,if not impossible, to sniff the traffic between SMTP > > > and SM, because the SMTP is running on a non-global zone of a Solaris > > > 10 system. Sniffing tools, like snoop, does not work in a non-global > > > zone because it uses DLPI to directly access interface drivers. > > > > That is not going to make this very easy to find your problem..... > > > > > > > > > On Nov 20, 2007 551 PM, Paul Lesniewski wrote > > > > On Nov 20, 2007 344 PM, Derek Xu wrote > > > > > Hello - > > > > > > > > > > I am trying to set up spam_button plugin to report spam via email. The > > > > > plugin was installed successfully. However, when a user clicks on > > > > > either the "Spam" or the "Non-Spam" button, it generates the following > > > > > error message > > > > > Could not send report > > > > > Requested action aborted error in processing > > > > > 451 See > > > > > > > > > > The mentioned page shows it has a bare LF issue. > > > > > > > > Exactly what is this issue? You need to post more > > > > details/explanation. I'm not aware of any problem with how the plugin > > > > sends messages via its forwarding mechanism. > > > > > > > > > However, I don't > > > > > have any problem to report spam/non-spam if I manually forward the > > > > > message to the destionation email addresses. I don't have any problem > > > > > to send out/receive messages either. > > > > > > > > > > The log for tcpserver doesn't provide any useful information. However, > > > > > if I enable simscan it generates error messges like > > > > > "no envelope information, deferred exit". > > > > > > > > How is the plugin configured to forward messages? How does that > > > > differ from your core SM settings? Can you send mail with SM > > > > correctly? It would be most helpful if the SMTP or sendmail > > > > conversation could be sniffed. > > > > > > > > > My system's setup is as follows, > > > > > > > > > > OS Solaris 10 > > > > > SMTP server qmail-ldap > > > > > IMAP server UW IMAP > > > > > Anti-Spam DSPAM > > > > > Web server Apache server > > > > > PHP > > > > > webmail > > > > > plugin installed > > > > > > > > > > From Derek Xu - 2007-11-26 222621 > > Does this happen with any message? Do your messages contain \n.\n > anywhere in them? If you are using an unmolested SquirrelMail core, > then I can't immediately see what the problem would be the message is > sent using the core mailing functionality. I just noticed that, for the same message, if I report via checking it on the message list and clicking on "Spam" button, it appears working fine. However, if I try to report via viewing the individual message and clicking the "Spam" link, it generates the following error message ERROR Connection dropped by IMAP server. Query FETCH 81 BODY[HEADER] Yes, it happens to any message. -Derek From Paul Lesniewski - 2007-11-27 010126 On Nov 26, 2007 226 PM, Derek Xu wrote > > > > Does this happen with any message? Do your messages contain \n.\n > > anywhere in them? If you are using an unmolested SquirrelMail core, > > then I can't immediately see what the problem would be the message is > > sent using the core mailing functionality. > > I just noticed that, for the same message, if I report via checking it > on the message list and clicking on "Spam" button, it appears working > fine. The reporting mechanism is NOT different between the message list and the message view, just how it is accessed and where it returns to after reporting. This makes me feel like the problem is with the mail server?. > However, if I try to report via viewing the individual message > and clicking the "Spam" link, it generates the following error > message > ERROR Connection dropped by IMAP server. > Query FETCH 81 BODY[HEADER] Since when did it change from what you were showing as the error before? What is the difference between your configuration when you got that bare LF error and this one? You have to give every single, last detail - I cannot guess what changed. If the IMAP server is timing out or dropping the connection, that's not SquirrelMail's fault - check your IMAP log file and make sure your IMAP server is correctly configured. > Yes, it happens to any message. From Derek Xu - 2007-11-27 153738 > > However, if I try to report via viewing the individual message > > and clicking the "Spam" link, it generates the following error > > message > > ERROR Connection dropped by IMAP server. > > Query FETCH 81 BODY[HEADER] > > Since when did it change from what you were showing as the error > before? What is the difference between your configuration when you > got that bare LF error and this one? You have to give every single, > last detail - I cannot guess what changed. If the IMAP server is > timing out or dropping the connection, that's not SquirrelMail's fault > - check your IMAP log file and make sure your IMAP server is correctly > configured. > If the $spam_report_email_method is set to 'bounce', I got the bare LF error; If it is set to " attachement", I got the above Query error when I report via the "Spam" link on the message view. No other changes were made. I noticed , whenever there is a bare LF error or query error on SM, in the IMAP log it shows "Unexpected client disconnect, while reading line user=testuser host=testhost". What I don't understand is how come reporting via maunally forwarding as well as normal sending out emails don't have this kind of problem. From Paul Lesniewski - 2007-11-27 211304 On Nov 27, 2007 737 AM, Derek Xu wrote > > > However, if I try to report via viewing the individual message > > > and clicking the "Spam" link, it generates the following error > > > message > > > ERROR Connection dropped by IMAP server. > > > Query FETCH 81 BODY[HEADER] > > > > Since when did it change from what you were showing as the error > > before? What is the difference between your configuration when you > > got that bare LF error and this one? You have to give every single, > > last detail - I cannot guess what changed. If the IMAP server is > > timing out or dropping the connection, that's not SquirrelMail's fault > > - check your IMAP log file and make sure your IMAP server is correctly > > configured. > > > > If the $spam_report_email_method is set to 'bounce', I got the bare > LF error; If it is set to " attachement", I got the above Query error More specifically, a "connection dropped" error. Again, no one except YOU can tell us why the IMAP server chose to drop the connection. I can't do much more w/out more information; at this point, the mail server seems from here to be a little borked. > when I report via the "Spam" link on the message view. No other > changes were made. > > I noticed , whenever there is a bare LF error or query error on SM, > in the IMAP log it shows "Unexpected client disconnect, while reading > line user=testuser host=testhost". What I don't understand is how come > reporting via maunally forwarding as well as normal sending out emails > don't have this kind of problem. Me either.
550 mail dropped bare lf found