Oh. So like adding a new site to the default list of crosspost/importer sites? For crossposting, you just go into cgi-bin/DW/External/Site.pm and add a line to the $domaintosite initialization, then add a corresponding class in cgi-bin/DW/External/Site/(Sitename).pm.
In this case, since the site in question doesn't support the useragent property, you'd want to make sure to get a pre_crosspost_hook that removes that setting. Use the DeadJournal.pm file as a template.
no subject
In this case, since the site in question doesn't support the useragent property, you'd want to make sure to get a pre_crosspost_hook that removes that setting. Use the DeadJournal.pm file as a template.