X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fcommod-update-receiver;h=4ae267d9b41d3ce78e217b3d74164a0c6feda09a;hp=f11442854c0f31bf4029600ac5a9b705fae0db3a;hb=efc8497c2414dfded724d7181e11df53b947e387;hpb=ad7330407875909b4723839c8872da2de61c8244 diff --git a/yarrg/commod-update-receiver b/yarrg/commod-update-receiver index f114428..4ae267d 100755 --- a/yarrg/commod-update-receiver +++ b/yarrg/commod-update-receiver @@ -133,9 +133,10 @@ foreach my $mid (<_mid-*.hold>) { unlink $mid or $!==&ENOENT or die "$mid $!"; } +$o{'instance'}= $ENV{'YARRG_INSTANCE'}; my $mcontent= MIME::Entity->build(To => 'yarrg-commod-updates', - Subject => $pwd, + Subject => $ENV{'YARRG_INSTANCE'}, Type => 'multipart/mixed', Boundary => '=', 'Message-ID' => $mid,