• As a suggestion to this plugin, there should be a “Clear Messages” button at the bottom of the “Blocked Messages” panel. I could find no way to purge logged messages? Or add “Clear Message Automatically” and then a user can define a count starting with a default of maybe 10. Meaning, after 10 messages, the messages would be automatically purged. This way no manual effort would be required to purge the message cache.

    Additionally, adding a graph to the WordPress Dashboard would be great! So when an admin logged in, they could see the blocked results at a glance instead of digging for it.

    This plugin is a great add-on for CF7! It works like a charm. Great work, Kofi Mokome!

    For newbies, what follows is a starter list of Restricted Words to add to the Options panel:

    http://, https://, seo, bankruptcy, click here, exclusive deal, apply now, act now, get it now, mailing list, limited time, take action, email marketing, instant access, free trial, guaranteed, free quotes, free ads, unlimited ads, direct email, direct marketing, email marketing, internet marketing, free consultation, satisfaction guaranteed, additional income, debt relief, term life, free access, no interest, no credit, no payments, increase sales, risk-free, business loan, porn, xxx, talkwithcustomer.com, [link], [russian]

    I added these spammer emails to Restricted Emails under Options as well:

    eric@talkwithwebvisitor.com, ericjonesonline@outlook.com, eric@talkwithcustomer.com

    I haven’t incurred one single spam message since the addition of this plugin on nearly 120 websites!

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author kofimokome

    (@kofimokome)

    Thanks, @inndesign, I am happy this plugin has been of great help to you.
    I will look into the issues you have raised as soon as I can.
    You are free to contribute if you can, the link to the codes are in the description

    • This reply was modified 3 years, 2 months ago by kofimokome.
    Plugin Author kofimokome

    (@kofimokome)

    For now, under settings, there’s an option to reset filter count.
    You can use it to clear saved messages

    Unfortunately, with the latest update, the setting panel is no longer user friendly, spread across several tabs. The settings were much better under one tab.

    Additionally, the blocked messages log no longer works. Only the Last Message Blocked is shown. Autodelete is not activated. This is no good, a user MUST be able to see all messages blocked to release false positives. There is no method in your plugin to release false positives, where good emails are blocked from time to time.

    It seems we are going to have to uninstall your plugin, where the development is going in the wrong direction. Thanks.

    Plugin Author kofimokome

    (@kofimokome)

    @artiosmedia, sorry for the inconvenience the update may have caused you.
    Before releasing a new version, I always test on different websites to make sure it’s working.
    Please if you can access the file manager, can you check if this folder exists? /wp-content/uploads/kmcf7mf_logs
    if it exists, is the file messages.txt also present?
    Please if you have issues, do not hesitate to inform me or create a support ticket. I always do my best to fix any issue in the shortest possible time. The auto-delete feature is optional. It will not affect the blocked messages if it’s not activated.

    There are WordPress plugins you can use to view the files on the server.

    Hello @kofimokome

    Your plugin is throwing PHP errors, under version 2.5.1:
    [29-Jan-2021 00:27:21 UTC] PHP Warning: preg_match(): Unknown modifier ‘/’ in /home/account/public_html/wp-content/plugins/cf7-message-filter/includes/CF7MessageFilter.php on line 397

    Under version 2.5.1.1:
    [04-Feb-2021 20:47:09 UTC] PHP Warning: preg_match(): Unknown modifier ‘/’ in /home/account/public_html/wp-content/plugins/cf7-message-filter/includes/CF7MessageFilter.php on line 538

    Yes, the log exists at /public_html/wp-content/uploads/kmcf7mf_logs/ of 7 blocked today, only 3 are recorded, and since installation 42 blocked without any record. Your added Advanced Settings panel seems to be aggressively active even though not activated.

    There are some serious bugs in your code. Thanks.

    Plugin Author kofimokome

    (@kofimokome)

    thank you @artiosmedia for providing more details.
    I would like to get some more information from you.
    Can you send the following:
    – WordPress version
    – PHP Version
    – Contact Form 7 plugin version

    Did all the messages delete after you updated to the latest version?
    Do you have the following fields in your contact form: your-email and your-message?

    I am also working on adding the false-positive feature you earlier mentioned.

    The auto-delete works only when enabled.
    I received feedback from other users and none of them has the issue. I may need more information from you in the future.

    Hello, I keep everything current:

    WordPress 5.6.1
    PHP 7.4
    Contact Form 7 5.3.2

    Yes, what messages that were in queue deleted upon update. New blocked messages are being retained in the blocked log since the update.

    Yes, all our Contact Form 7 forms have the standard your-email and your-message fields.

    In the Blocked Messages queue, the date code currently shows DD/MM/YY, but it should be MM/DD/YY at least for the Americas. The time/date stamp should at minimum inherit the server’s time/date and its method of displaying the order of that information, but the plugin does not.

    In the Blocked Messages queue, if you add a checkbox beside each message blocked, that allows for single or bulk selections, that will allow a user to click a button at the bottom, “Release Message” which allows the plugin to complete any selected message submission.

    I don’t think the “Last Message Blocked” on the kmcf7-message-filter page is necessary where it not only displays poorly as created, the log itself is more than sufficient.

    I have not activated the auto-delete because I need to monitor for false-positives. My mention of the auto-delete being aggressive is because 25 messages in the queue were deleted upon upgrade. It may be the auto-delete works, but it seemed it was functioning without activation when the queue was purged upon updating.

    Under the “Restricted Content” tab, I would reduce the “Restricted emails” and “Analyze single line Text Fields” to four rows and move all the Plugin Status content at the bottom where it belongs. Separating the two is not logical nor user friendly. You need that content on the same settings panel. The Error Messages should be on the same panel too, as before. Currently, the settings panel is not user friends as it was before. “Restricted Content” first, “Error Message” should be right below that with “Plugin Status” at the bottom, all as one panel.

    Plugins I have created: https://profiles.wordpress.org/artiosmedia/#content-plugins

    Plugin Author kofimokome

    (@kofimokome)

    @artiosmedia Noted. Currently, I have a lot of work in school. I’m a student.
    When I am free (around the 20th of this month), I will continue working on the changes full-time and release an update.
    You can still reach out to me if you encounter any other issue
    Thanks.

    • This reply was modified 3 years, 2 months ago by kofimokome.
    Plugin Author kofimokome

    (@kofimokome)

    @artiosmedia

    1. I have fixed the issue with preq_match()
    ‘/’ was not properly escaped in the regex expression.

    2. I have also reverted back to a single tab for the settings.

    Since you are also a plugin developer. You can get the working version from the develop branch in the code repository on GitHub ( please check plugin description for the link ) and upload to your website.

    I will release an update by the end of the month. I would like to make other changes before publishing the update after my exams.

    I updated to Version 1.2.5.2 and it is somewhat better, especially with the order of content under respective tabs, but its still quite buggy.

    All the previous blocked emails (90 reported) don’t show. When I click select form, no created Contact 7 form is shown even though forms exist. When I click Show Blocked Emails nothing shows.

    Settings panel reads: “If you upgraded from a previous version, all old messages blocked are stored under uncategorized.” which means what? There is no category shown as uncategorized? What any of this even means is obscure, where no spam is accessible.

    The plugin shows in a red circle 7 blocked today, but none are listed?

    I have another challenge. This filter “intercepts” the filtering function of Akismet Anti-Spam, Honeypot for Contact Form 7, and WPBruiser ContactForm7. Your filter should work as a complement to those plugins, behind them, not in front. The three mentioned block most of the unwanted spam, but some spam gets through. That is where your plugin comes in. Currently, your plugin supersedes all the three other plugins, meaning it captures all the spam, which results in excessive captures, most that are unnecessary. Ideally, this plugin should work secondary or at least along with the others.

    The plugin is a great concept but needs to work fluidly with other active solutions, where WordPress users often “stack” filters to hinder spam.

    Thanks!

    Plugin Author kofimokome

    (@kofimokome)

    @artiosmedia , thanks for the suggestions. I am still trying to understand why blocked messages disappear on your system. I don’t experience this error on other live sites I use to test the plugin before publishing it to the public. No other person has experienced the same issue.
    I will install the other plugins you made mention and test them with this plugin.
    I will be done with exams today, I will create time to investigate your case.
    Old messages are grouped under uncategorized if there are old messages.

    Please go to wp-content/uploads/kmcf7mf_logs and send the log file to my mail, if it’s okay with you. I don’t think you can upload a file here. kofimokome10@gmail.com

    • This reply was modified 3 years, 2 months ago by kofimokome.

    As a developer, you can’t say no other person has an issue. The majority of users either don’t report a plugin bug or simply disable it. Very few actually take the time to report problems.

    This is what was in the log:

    {“0”:{“id”:4,”name”:”contact-form-1″,”title”:”Contact Us”,”data”:{“your-email”:”seopromotion857@gmail.com”,”your-subject”:”Google Top Ranking for Website”,”your-message”:”We will enable your website to achieve top positions across all major search engines at a very affordable price. Our company prides itself on helping clients to succeed in a competitive market place on the major search engines such as Google, MSN and Yahoo. We offer one of the most successful programs worldwide for creating strong presence with an increase in online targeted traffic. We only use ethical search engine marketing techniques which allow your website to generate prime positions on all major search engines. Please send us URL of the site you wish to increase traffic for, and we will get back to you with all the details.”,”first-name”:””,”last-name”:””,”street-address”:””,”city”:””,”state”:””,”zip-code”:””,”phone”:””,”time-to-call”:””,”rv-owned”:””,”your-consent”:[“”],”date”:”23-02-21 06:24pm”}},”1″:{“id”:4,”name”:”contact-form-1″,”title”:”Contact Us”,”data”:{“first-name”:”Cerys”,”last-name”:”Whitelaw”,”street-address”:”Via Colonnello Galliano 150″,”city”:”Colle Di Fuori”,”state”:”RM”,”zip-code”:”30″,”phone”:”0348 2461649″,”your-email”:”rvlifts.com@rvlifts.com”,”time-to-call”:””,”rv-owned”:””,”your-subject”:”rvlifts.com”,”your-message”:”DOMAIN SERVICES EXPIRATION NOTICE FOR rvlifts.com\r\n\r\nDomain Notice Expiry ON: Feb 23, 2021\r\n\r\n\r\nWe have actually not received a settlement from you.\r\nWe’ve tried to email you but were not able to contact you.\r\n\r\n\r\nBrowse Through: https:\/\/bit.ly\/3pK833R\r\n\r\nFor details and to process a discretionary settlement for your domain website service.\r\n\r\n\r\n\r\n\r\n022320211417533753688578798rvlifts.com”,”your-consent”:[“I consent to allow rvlifts.com to use my information for responding to my inquiry.”],”date”:”23-02-21 07:17pm”}},”2″:{“id”:4,”name”:”contact-form-1″,”title”:”Contact Us”,”data”:{“your-email”:”stevesimpson@acq-international.com”,”your-subject”:”https:\/\/www.acquisition-international.com\/awards\/business-excellence-awards\/”,”your-message”:”Greetings, I contacted you previously with regards to the outstanding nomination we have for you within our Business Excellence Awards, hosted by Acquisition International. As stated previously the research team have pointed me in your direction as a potential nominee for the awards. I wanted to send you a quick reminder notification to ask if you would like to accept your nomination. Additional information regarding the awards can be viewed via our website here: https:\/\/www.acquisition-international.com\/awards\/business-excellence-awards\/. If you have any questions or would like to take part, please contact me on: + 44 (0) 203 970 0034 or email me on stevesimpson@acq-international.com. Thanks, Steve.”,”first-name”:””,”last-name”:””,”street-address”:””,”city”:””,”state”:””,”zip-code”:””,”phone”:””,”time-to-call”:””,”rv-owned”:””,”your-consent”:[“”],”date”:”23-02-21 10:24pm”}}}

    Plugin Author kofimokome

    (@kofimokome)

    @artiosmedia. thank you very much for your time. I really appreciate it.

    • This reply was modified 3 years, 2 months ago by kofimokome.
    Plugin Author kofimokome

    (@kofimokome)

    So, are you able to view the logs you sent on the logs page?
    I imported the data into my local copy and I could view the messages on the logs page.
    Also, the json you sent had an issue with the double quotes “”, it could not be parsed. I am want to assume “” was changed to “” while sending it here on WordPress.

    That is the sum total of the log, pasted directly from the log. Yes, I could see them, but the previous one’s disappeared when the plugin was installed. Not a critical issue at all.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Some Suggestions for this Great Plugin’ is closed to new replies.