Skip to content

Conversation

@pmenzel
Copy link
Contributor

@pmenzel pmenzel commented Dec 9, 2025

No description provided.

Basically the script checks with the regular expression below:

        if ($is_regexp) {
            $re = qr"^/(.+)/ REJECT \(#$tag(\d+)\)$";
        } else {
            $re = qr"^(\S+) \(#$tag(\d+)\)$";
        }

The identifiers are added to the reject message, so that problems can be
pinpointed more easily in case of complaints.
Add Makefile to easily copy changed configuration files to the
DFN-MailSupport portal.

    # make
    […]
    # make test
    /project/mx/etc/dfn/dfnmscp -u buczek@molgen.mpg.de -c /project/mx/etc/dfn/.dfnpw test
    Login successful url: https://portal.mailsupport.dfn.de/
@donald donald merged commit 17289bf into donald:main Dec 9, 2025
Sign in to join this conversation on GitHub.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants