Recent content by W1zzard

  1. W1zzard

    XF 2.2 "503 5.5.1 Error: nested MAIL command" and "554 5.5.1 Error: no valid recipients" / local smtp

    Getting this roughly a dozen times each day too. The underlying reason seems to be that mail is sent to a non-existant domain, which the mail server responds to with "554 5.5.1 Error: no valid recipients" at this point something breaks with the mailer connection, yet swiftmailer keeps trying to...
  2. W1zzard

    Not a bug Missing notifications because execution time limit is hard coded to 3 seconds

    XF\Service\AbstractNotifier::notify takes a parameter "$timeLimit", which seems to be hardcoded to 3 seconds by all callers. For threads with many notifications this causes it to time out and people keep wondering why they don't get their notifications. Might want to run this in a background...
  3. W1zzard

    As designed Admin permission required to see email in spam cleaner

    Ah that makes sense then. Time to get in some template modifications :)
  4. W1zzard

    As designed Admin permission required to see email in spam cleaner

    Since upgrading to 2.1.2 my moderators complain that they can no longer see email addresses of users in the spam cleaner. Code change is "<xf:if is="$xf.visitor.hasAdminPermission('user')">" in templates.xml line 64158 What's the reason behind such a strict limitation? Could "Can view IPs"...
  5. W1zzard

    TPU: Detect and Block Spam Registrations

    Been running it on my forums for a few months .. wanted to monetize it for public release, but got no time to babysit the payment process etc, so I asked @Xon whether he wants to handle addon sales, he doesn't have time either, so looks like this won't be happening
  6. W1zzard

    Lack of interest Option to allow banned users to contact staff via conversation

    That won't integrate with spam management and the warnings system, so more work in the end.
  7. W1zzard

    Lack of interest Option to allow banned users to contact staff via conversation

    Good idea, and should be automatic when implemented using promotions. Will check and report back
  8. W1zzard

    Lack of interest Option to allow banned users to contact staff via conversation

    The contact form doesn't allow contact with the mods, which means more workload for me because I have to get involved.
  9. W1zzard

    Lack of interest Option to allow banned users to contact staff via conversation

    Add individual user permission: conversation: never ?
  10. W1zzard

    As designed Users with "Email invalid (bounced)" can't create posts, not reflected in "Analyze permissions"

    Shouldn't be hard to look at the user state and treat as unregistered? "This tool allows you to analyze the individual components that make up a permission set for a user. It is particularly useful for determining why a permission is not being applied as you expect." I'm probably not the only...
  11. W1zzard

    Lack of interest Option to allow banned users to contact staff via conversation

    Users who are banned manually or have been banned due to warning points have no way to contact staff to discuss and appeal their ban. Could we get an option to allow that? Either in general options "banned users can contact staff members", or a new moderator permission "can be contacted by...
  12. W1zzard

    As designed Users with "Email invalid (bounced)" can't create posts, not reflected in "Analyze permissions"

    I always assumed that users that have "email bounced" state merely don't receive new email notifications but can use the forum normally. Today a user contacted me and wondered why he "is banned" and can't create new posts or send private messages. I checked using "analyze permissions" and that...
Top Bottom