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

