Skip to content

Match contact methods everywhere in the contact string #8

@jplitza

Description

@jplitza

In a string like "http://website-of-owner.com by foo@example.com", we wouldn't currently recognize the address. Also, the IRC notifier would understand ",isnick" at the end of the URI to signal that the recipient is a user and not a channel, but this will never reach him because it is stripped away.

We could simply leave the string as it is (making #2 obsolete) and match without ^ and $ everywhere. However, to still catch mail addresses without mailto: but also not try to send mails to XMPP addresses, we would have to introduce priorities on the notifier plugins.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions