#!/bin/sh
sort "$@" | grep -ivE '^(activity-(pgp|from)|shadowLastChange): ' || true
